API Reference v9.2.0

AxisIdentitydata class

Module: zaber_motion.ascii

Representation of data gathered during axis identification.

To use this type, add from zaber_motion.ascii import AxisIdentity to the top of your source code.

Properties

p

peripheral_id

axis_identity.peripheral_id
int Unique ID of the peripheral hardware.
p

peripheral_name

axis_identity.peripheral_name
str Name of the peripheral.
p

peripheral_serial_number

axis_identity.peripheral_serial_number
int Serial number of the peripheral, or 0 when not applicable.
p

is_peripheral

axis_identity.is_peripheral
bool Indicates whether the axis is a peripheral or part of an integrated device.
p

axis_type

axis_identity.axis_type
AxisType Determines the type of an axis and units it accepts.
p

is_modified

axis_identity.is_modified
bool The peripheral has hardware modifications.
p

resolution

axis_identity.resolution
int The number of microsteps per full step for motion axes. Always equal to 0 for non-motion axes.