Struct redpitaya_scpi::burst::Burst [] [src]

pub struct Burst { /* fields omitted */ }

Methods

impl Burst
[src]

Enable burst (pulse) mode.

Red Pitaya will generate R number of N periods of signal and then stop. Time between bursts is P.

Disable burst mode.

Set N number of periods in one burst.

Set R number of repeated bursts.

Set P total time of one burst in in micro seconds. This includes the signal and delay.

Trait Implementations

impl Clone for Burst
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more