API Reference v9.2.0

UnknownResponseEventdata class

Module: zaber_motion.ascii

Reply that could not be matched to a request.

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

Properties

p

device_address

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

axis_number

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

reply_flag

unknown_response_event.reply_flag
str The reply flag indicates if the request was accepted (OK) or rejected (RJ). Does not apply to info messages.
p

status

unknown_response_event.status
str The device status contains BUSY when the axis is moving and IDLE otherwise. Does not apply to info messages.
p

warning_flag

unknown_response_event.warning_flag
str The warning flag contains the highest priority warning currently active for the device or axis. Does not apply to info messages.
p

data

unknown_response_event.data
str Response data which varies depending on the request.
p

message_type

unknown_response_event.message_type
MessageType Type of the response received (only Reply or Info).