pub fn open(address: &str, params: OpenParam) -> Result<c_int, GpibError>Expand description
Quickly open a device from a VISA-style address, e.g. ‘GPIB0::1::INSTR’.
timeout, send_eoi and eos_mode are specified with an OpenParam structure.
Default parameters can be obtained with OpenParam::default().