DeviceIdentitydata class
Module: zaber_motion.binary
Representation of data gathered during device identification.
To use this type, add from zaber_motion.binary 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. Requires at least Firmware 6.15 for devices or 6.24 for peripherals.
pdevice_identity.name
str Name of the product.
pdevice_identity.firmware_version
pdevice_identity.is_peripheral
bool Indicates whether the device is a peripheral or part of an integrated device.
pdevice_identity.peripheral_id
int Unique ID of the peripheral hardware.
pdevice_identity.peripheral_name
str Name of the peripheral hardware.
pdevice_identity.device_type
DeviceType Determines the type of an device and units it accepts.