CommandCode¶
-
class
lsst.ts.rotator.CommandCode¶ Bases:
enum.IntEnumValues for
Command.code.In the Moog code these are defined in enum cmdType. I have reworded them for clarity.
Attributes Summary
CONFIG_ACCELCONFIG_VELPOSITION_SETSET_CONSTANT_VELSET_ENABLED_SUBSTATESET_STATETRACK_VEL_CMDAttributes Documentation
-
CONFIG_ACCEL= 36866¶
-
CONFIG_VEL= 36865¶
-
POSITION_SET= 32775¶
-
SET_CONSTANT_VEL= 32779¶
-
SET_ENABLED_SUBSTATE= 32770¶
-
SET_STATE= 32768¶
-
TRACK_VEL_CMD= 36913¶
-