Axis¶
Enum used to encode an axis into a value in the system.
-
class mundo.api.axis.Axis(
value
)¶ The different axis’ that are available in the system. Used for a way of checking which axis is specified for manual movement in the system.
For example: A user want to move the x-axis, this would be done by calling the method
move_step
and supplying which axis to choose a move for, for instance theX
.- X = 0¶
- Y = 1¶
- Z = 2¶