API Reference v9.2.0

AlertEventdata class

Module: zaber_motion.ascii

Alert message received from the device.

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

Related Guides:

Properties

p

device_address

alert_event.device_address
int Number of the device that sent the message.
p

axis_number

alert_event.axis_number
int Number of the axis which the response applies to. Zero denotes device scope.
p

status

alert_event.status
str The device status contains BUSY when the axis is moving and IDLE otherwise.
p

warning_flag

alert_event.warning_flag
str The warning flag contains the highest priority warning currently active for the device or axis.
p

data

alert_event.data
str Response data which varies depending on the request.