Added xtal enum

This commit is contained in:
x01da
2026-08-04 12:18:45 +02:00
parent d2c6b56510
commit f26d451e2f
@@ -3,6 +3,13 @@
import enum
class Xtal(int, enum.Enum):
"""Enum class for the xtal (crystal) of the Bragg positioner"""
Si111 = 0
Si311 = 1
class TriggerControlSource(int, enum.Enum):
"""Enum class for the trigger control source of the trigger generator"""