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