[][src]Struct rigolds1000z::DS1000

pub struct DS1000 { /* fields omitted */ }

Implementations

impl DS1000[src]

pub fn new(host: &str) -> DS1000[src]

pub fn send_command(&mut self, command: &str) -> Result<(), Error>[src]

pub fn read_string(&mut self) -> Result<String, Error>[src]

pub fn idn(&mut self) -> Result<String>[src]

pub fn run(&mut self) -> Result<()>[src]

pub fn stop(&mut self) -> Result<()>[src]

pub fn single(&mut self) -> Result<()>[src]

pub fn clear(&mut self) -> Result<()>[src]

pub fn trigger_force(&mut self) -> Result<()>[src]

pub fn autoscale(&mut self) -> Result<()>[src]

pub fn beep(&mut self, beep: bool) -> Result<()>[src]

pub fn get_srate(&mut self) -> Result<f64>[src]

pub fn get_mdepth(&mut self) -> Result<MDepth>[src]

pub fn set_mdepth(&mut self, mdepth: MDepth) -> Result<()>[src]

pub fn get_waveform(&mut self, channel: &str) -> Result<Vec<u8>>[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.