API Reference v9.2.0

TranslateMessagedata class

Module: zaber_motion.gcode

Represents a message from translator regarding a block translation.

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

Properties

p

message

translate_message.message
str The message describing an occurrence.
p

from_block

translate_message.from_block
int The index in the block string that the message regards to.
p

to_block

translate_message.to_block
int The end index in the block string that the message regards to. The end index is exclusive.