API Reference v9.2.0

AxisTransformationdata class

Module: zaber_motion.gcode

Represents a transformation of a translator axis.

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

Properties

p

axis_letter

axis_transformation.axis_letter
str Letter of the translator axis (X,Y,Z,A,B,C,E).
p

scaling

optional
axis_transformation.scaling
Optional[float] Scaling factor.
p

translation

optional
axis_transformation.translation
Optional[Measurement] Translation distance.