Struct redpitaya_scpi::general::General [] [src]

pub struct General { /* fields omitted */ }

Methods

impl General
[src]

Initializes the library. It must be called first, before any other library method.

Resets all modules.

Releases the library resources. It must be called last, after library is not used anymore. Typically before application exits.

Load specified bitstream version (0.93 or 0.94) in the fpga.

Enable digital loop.

This internally connect output to input.

Trait Implementations

impl Clone for General
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more