Ring

class lsst.ts.m2gui.Ring(value)

Bases: IntEnum

Ring of the actuators. Each ring contains the different actuators. From the outer ring to the center, the order is A, B, C, and D ring. The A ring has the tangent links and the others have the axial actuators.

Attributes Summary

A

B

C

D

Attributes Documentation

A = 1
B = 2
C = 3
D = 4