pub fn EnableRemote(
board: c_int,
addresses: &Vec<Addr4882>,
) -> Result<(), GpibError>Expand description
put devices into remote mode.
EnableRemote() asserts the REN (remote enable) line, and addresses all of the devices in the addressList array as listeners (causing them to enter remote mode). The board must be system controller.
See: Linux GPIB Reference