API Reference v9.2.0

GCodeSyntaxExceptionDatastruct

Module: ZaberMotionExceptions

Contains additional data for GCodeSyntaxException.

To use this type, add import ZaberMotionExceptions to the top of your source code.

Index

pProperties

Properties

p

fromBlock

gCodeSyntaxExceptionData.fromBlock
Int The index in the block string that caused the exception.
p

toBlock

gCodeSyntaxExceptionData.toBlock
Int The end index in the block string that caused the exception. The end index is exclusive.