GCodeExecutionExceptionDatadata class
Module: zaber_motion.exceptions
Contains additional data for GCodeExecutionException.
To use this type, add from zaber_motion.exceptions import GCodeExecutionExceptionData to the top of your source code.
Properties
pg_code_execution_exception_data.from_block
int The index in the block string that caused the exception.
pg_code_execution_exception_data.to_block
int The end index in the block string that caused the exception. The end index is exclusive.