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

pub struct Burst { /* fields omitted */ }

Methods

impl Burst
[src]

Set burst (pulse) mode.

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

Set burst (pulse) mode.

Set N number of periods in one burst.

Get number of periods in one burst.

Set R number of repeated bursts.

Get number of repeated bursts.

Set P total time of one burst in in micro seconds.

This includes the signal and delay.

Get 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