CommandActuator

class lsst.ts.m2com.CommandActuator(value)

Bases: IntEnum

Action to command the actuators.

Attributes Summary

Pause

Resume

Start

Stop

Attributes Documentation

Pause = 3
Resume = 4
Start = 1
Stop = 2