API Reference v9.2.0

ReplyOnlyEventdata class

Module: zaber_motion.binary

Spontaneous message received from the device.

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

Properties

p

device_address

reply_only_event.device_address
int Number of the device that sent or should receive the message.
p

command

reply_only_event.command
int The warning flag contains the highest priority warning currently active for the device or axis.
p

data

reply_only_event.data
int Data payload of the message, if applicable, or zero otherwise.