PowerStatus

class lsst.ts.atpneumaticssimulator.PowerStatus(powerOnL1: bool = False, powerOnL2: bool = False, powerOnL3: bool = False)

Bases: object

Dataclass holding state of circuit breakers for ATMCS drives data.

Attributes:
powerOnL1bool

Status Power line 1, Azimuth motors 1 and 2.

powerOnL1bool

Status Power line 2, Elevation and M3 rotator.

powerOnL1bool

Status Power line 3, Nasmyth ports 1 and 2.

Attributes Summary

powerOnL1

powerOnL2

powerOnL3

Attributes Documentation

powerOnL1: bool = False
powerOnL2: bool = False
powerOnL3: bool = False