API Reference v9.2.0

MovementInterruptedExceptionDatadata class

Module: zaber_motion.exceptions

Contains additional data for MovementInterruptedException.

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

Index

Properties

p

warnings

movement_interrupted_exception_data.warnings
List[str] The full list of warnings.
p

reason

movement_interrupted_exception_data.reason
str The reason for the Exception.
p

device

movement_interrupted_exception_data.device
int The address of the device that caused the interruption.
p

axis

movement_interrupted_exception_data.axis
int The number of the axis that caused the interruption.