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
ptranslate_message.message
str The message describing an occurrence.
ptranslate_message.from_block
int The index in the block string that the message regards to.
ptranslate_message.to_block
int The end index in the block string that the message regards to. The end index is exclusive.