Ring#

class lsst.ts.m2gui.Ring(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

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#