API Reference v9.2.0

Messagedata class

Module: zaber_motion.binary

A message in the Binary protocol.

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

Properties

p

device_address

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

command

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

data

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