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.
Properties
pmovement_interrupted_exception_data.warnings
List[str] The full list of warnings.
pmovement_interrupted_exception_data.reason
str The reason for the Exception.
pmovement_interrupted_exception_data.device
int The address of the device that caused the interruption.
pmovement_interrupted_exception_data.axis
int The number of the axis that caused the interruption.