RotatorCommander#
- class lsst.ts.mtrotator.RotatorCommander(enable)#
Bases:
CscCommanderCommand the MTRotator CSC from the command-line.
This is only intended for engineering.
- Parameters:
enable (
bool) – Enable the CSC when first connecting?
Methods Summary
close()Close the commander, prior to quitting.
do_cosine(args)Track along a cosine wave (one full cycle).
do_ramp(args)Track from start_position to end_position at the specified speed.
tel_motors_callback(data)Don't print if only the raw or busVoltage fields have changed.
tel_rotation_callback(data)Methods Documentation
- async do_cosine(args)#
Track along a cosine wave (one full cycle).
- async do_ramp(args)#
Track from start_position to end_position at the specified speed.
- async tel_motors_callback(data)#
Don’t print if only the raw or busVoltage fields have changed.