API Reference v9.2.0

GCodeExecutionExceptionDatastruct

Module: ZaberMotionExceptions

Contains additional data for GCodeExecutionException.

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

Index

pProperties

Properties

p

fromBlock

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

toBlock

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