API Reference v9.2.0

PvtExecutionExceptionDatadata class

Module: zaber_motion.exceptions

Contains additional data for PvtExecutionException.

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

Properties

p

error_flag

pvt_execution_exception_data.error_flag
str The error flag that caused the exception.
p

reason

pvt_execution_exception_data.reason
str The reason for the exception.
p

invalid_points

pvt_execution_exception_data.invalid_points
List[InvalidPvtPoint] A list of points that cause the error (if applicable).