Struct redpitaya_scpi::acquire::Acquire [] [src]

pub struct Acquire { /* fields omitted */ }

Methods

impl Acquire
[src]

Starts acquisition.

Stops acquisition.

Stops acquisition and sets all parameters to default values.

Set decimation factor.

Get decimation factor.

Get sampling rate.

Panics

Calling this command makes buffer overflow. See https://github.com/RedPitaya/RedPitaya/pull/110

Enable averaging.

Disable averaging.

Get averaging status.

Set gain settings to HIGH or LOW.

This gain is referring to jumper settings on Red Pitaya fast analog inputs.

Get gain settings to HIGH or LOW.

Trait Implementations

impl Clone for Acquire
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more