DeviceIOInfodata class
Module: zaber_motion.ascii
Class representing information on the I/O channels of the device.
To use this type, add from zaber_motion.ascii import DeviceIOInfo to the top of your source code.
Properties
pdevice_io_info.number_analog_outputs
int Number of analog output channels.
pdevice_io_info.number_digital_outputs
int Number of digital output channels.