CommandCode¶
-
class
lsst.ts.hexapod.CommandCode¶ Bases:
enum.IntEnumValues for the
Command.codefield.In the low-level controller code these are defined in enum
cmdType. I have reworded them for clarity.Attributes Summary
CONFIG_ACCELCONFIG_LIMITSCONFIG_VELOFFSETPOSITION_SETSET_ENABLED_SUBSTATESET_PIVOTPOINTSET_STATEAttributes Documentation
-
CONFIG_ACCEL= 32779¶
-
CONFIG_LIMITS= 32781¶
-
CONFIG_VEL= 32780¶
-
OFFSET= 32784¶
-
POSITION_SET= 32772¶
-
SET_ENABLED_SUBSTATE= 32769¶
-
SET_PIVOTPOINT= 32775¶
-
SET_STATE= 32768¶
-