API Reference v9.2.0

CommandTooLongExceptionDatadata class

Module: zaber_motion.exceptions

Information describing why the command could not fit.

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

Properties

p

fit

command_too_long_exception_data.fit
str The part of the command that could be successfully fit in the space provided by the protocol.
p

remainder

command_too_long_exception_data.remainder
str The part of the command that could not fit within the space provided.
p

packet_size

command_too_long_exception_data.packet_size
int The length of the ascii string that can be written to a single line.
p

packets_max

command_too_long_exception_data.packets_max
int The number of lines a command can be split over using continuations.