API Reference v9.2.0

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.

Index

Properties

p

from_block

g_code_syntax_exception_data.from_block
int The index in the block string that caused the exception.
p

to_block

g_code_syntax_exception_data.to_block
int The end index in the block string that caused the exception. The end index is exclusive.