find_ids

Function find_ids 

Source
pub fn find_ids() -> Result<Vec<i32>, ArC2Error>
Expand description

Find available device IDs.

This function will enumerate all available boards and return an array with the IDs of all found devices. This can be passed on to Instrument::open() to connect to a specific device.