DeviceIdentitydata class
Module: zaber_motion.ascii
Representation of data gathered during device identification.
To use this type, add from zaber_motion.ascii import DeviceIdentity to the top of your source code.
Properties
pdevice_identity.device_id
int Unique ID of the device hardware.
pdevice_identity.serial_number
int Serial number of the device.
pdevice_identity.name
str Name of the product.
pdevice_identity.axis_count
int Number of axes this device has.
pdevice_identity.firmware_version
pdevice_identity.is_modified
bool The device has hardware modifications.
pdevice_identity.is_integrated
bool The device is an integrated product.