PowerStatus# class lsst.ts.atpneumatics.PowerStatus(powerOnL1=False, powerOnL2=False, powerOnL3=False)# Bases: object Dataclass holding state of circuit breakers for ATMCS drives data. powerOnL1# Status Power line 1, Azimuth motors 1 and 2. Type: bool powerOnL1# Status Power line 2, Elevation and M3 rotator. Type: bool powerOnL1# Status Power line 3, Nasmyth ports 1 and 2. Type: bool Parameters: powerOnL1 (bool, default: False) powerOnL2 (bool, default: False) powerOnL3 (bool, default: False) Attributes Summary powerOnL1 powerOnL2 powerOnL3 Attributes Documentation powerOnL1: bool = False# powerOnL2: bool = False# powerOnL3: bool = False#