SetEnabledSubstateParam¶
-
class
lsst.ts.rotator.
SetEnabledSubstateParam
¶ Bases:
enum.IntEnum
Enabled substate parameters.
Values for
Command.param1
whenCommand.code = CommandCode.SET_ENABLED_SUBSTATE
and the current state isENABLED
.Called
EnabledSubStateTriggers
in Moog code.Attributes Summary
CONSTANT_VELOCITY
ENABLED_INVALID
INITIALIZE
MOVE_LUT
MOVE_POINT_TO_POINT
RELATIVE
SPARE2
STOP
TRACK
Attributes Documentation
-
CONSTANT_VELOCITY
= 6¶
-
ENABLED_INVALID
= 0¶
-
INITIALIZE
= 4¶
-
MOVE_LUT
= 8¶
-
MOVE_POINT_TO_POINT
= 1¶
-
RELATIVE
= 5¶
-
SPARE2
= 7¶
-
STOP
= 3¶
-
TRACK
= 2¶
-