API Reference v10.1.0

GCodeSyntaxExceptionclass

Module: zaber_motion.exceptions

Thrown when a block of G-Code cannot be parsed.

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

Parent Class

MotionLibException

Index

pProperties
mMethods

Properties

p

details

readonlyinherited
g_code_syntax_exception.details
GCodeSyntaxExceptionData Additional data for GCodeSyntaxException.
p

message

readonlyinherited
g_code_syntax_exception.message
str Error message of the exception.

Methods

m

__repr__()

inherited
g_code_syntax_exception.__repr__()
Returns a string that represents the exception.
Return Value
str A string that represents the exception.