ClosedLoopControlMode

class lsst.ts.m2com.ClosedLoopControlMode(value)

Bases: IntEnum

Closed loop control mode. This is copied from the ts_mtm2_cell.

Attributes Summary

ClosedLoop

Idle

OpenLoop

TelemetryOnly

Attributes Documentation

ClosedLoop = 4
Idle = 1
OpenLoop = 3
TelemetryOnly = 2