API Reference v9.2.0

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

p

device_id

device_identity.device_id
int Unique ID of the device hardware.
p

serial_number

device_identity.serial_number
int Serial number of the device.
p

name

device_identity.name
str Name of the product.
p

axis_count

device_identity.axis_count
int Number of axes this device has.
p

firmware_version

device_identity.firmware_version
FirmwareVersion Version of the firmware.
p

is_modified

device_identity.is_modified
bool The device has hardware modifications.
p

is_integrated

device_identity.is_integrated
bool The device is an integrated product.