Struct redpitaya_scpi::generator::Generator [] [src]

pub struct Generator { /* fields omitted */ }

Methods

impl Generator
[src]

Enable fast analog outputs.

Disable fast analog outputs.

Set frequency of fast analog outputs.

Get frequency of fast analog outputs.

Set waveform of fast analog outputs.

Set amplitude voltage of fast analog outputs.

Amplitude + offset value must be less than maximum output range ± 1V

Get amplitude voltage of fast analog outputs.

Set offset voltage of fast analog outputs.

Amplitude + offset value must be less than maximum output range ± 1V

Get offset voltage of fast analog outputs.

Set phase of fast analog outputs.

Set duty cycle of PWM waveform.

Get duty cycle of PWM waveform.

Import data for arbitrary waveform generation.

Set trigger source for selected signal.

Triggers selected source immediately.

Triggers both sources immediately.

Reset generator to default settings.

Trait Implementations

impl Clone for Generator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more