API Reference v9.2.0

TranslateResultdata class

Module: zaber_motion.gcode

Represents a result of a G-code block translation.

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

Related Guides:

Index

pProperties

Properties

p

commands

translate_result.commands
List[str] Stream commands resulting from the block.
p

warnings

translate_result.warnings
List[TranslateMessage] Messages informing about unsupported codes and features.