LaserOpticalConfiguration#

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

Bases: StrEnum

Configuration of the optical output

SCU#

Pass the beam straight-through the SCU.

Type:

str

F1_SCU#

Direct the beam through the F1 after passing through the SCU.

Type:

str

F2_SCU#

Direct the beam through the F2 after passing through the SCU.

Type:

str

NO_SCU#

Pass the beam straight-through.

Type:

str

F1_NO_SCU#

Pass the beam to F1 output.

Type:

str

F2_NO_SCU#

Pass the beam to F2 output.

Type:

str

Attributes Summary

Attributes Documentation

F1_NO_SCU = 'F1 No SCU'#
F1_SCU = 'F1 SCU'#
F2_NO_SCU = 'F2 No SCU'#
F2_SCU = 'F2 SCU'#
NO_SCU = 'No SCU'#
SCU = 'SCU'#