SetEnabledSubstateParam

class lsst.ts.rotator.SetEnabledSubstateParam

Bases: enum.IntEnum

Enabled substate parameters.

Values for Command.param1 when Command.code = CommandCode.SET_ENABLED_SUBSTATE and the current state is ENABLED.

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