HexapodCommander#
- class lsst.ts.mthexapod.HexapodCommander(index, enable)#
Bases:
CscCommanderCommand the MTHexapod CSC from the command line.
- Parameters:
Methods Summary
positions_close(position1, position2)Return True if two positions are nearly equal.
tel_actuators_callback(data)Callback for actuators telemetry.
tel_application_callback(data)Callback for the application telemetry.
Methods Documentation
- positions_close(position1, position2)#
Return True if two positions are nearly equal.
- async tel_actuators_callback(data)#
Callback for actuators telemetry.
Output actuators telemetry data if the values have changed enough to be interesting.
- Parameters:
data (self.controller.tel_actuators.DataType.) – Actuators data.
- Return type: