pylabrobot.revvity.celigo.Axis#
- class pylabrobot.revvity.celigo.Axis(controller: MotorController, name: str, config: AxisConfig)#
Bases:
objectOne configured motorized Celigo mechanism.
Attributes
Methods
__init__(controller, name, config)move_to_ticks(target_encoder_ticks[, ...])Move to an encoder target and verify the settled position.
Return whether the negative-travel opto input is active.
Return whether the positive-travel opto input is active.
Read and polarity-correct the motor's opto/limit input flags.
- Parameters:
controller (MotorController)
name (str)
config (AxisConfig)