Source code for xedocs.schemas.operations_reports.detector_operations
from typing import Literal
from .base_report import BaseOperationsReport
[docs]
class DetectorOperations(BaseOperationsReport):
""" Detector Operations Reports """
_ALIAS="detector_operations"
#system:Literal["CRY", "PUR", "LXePUR", "RSX", "RSX_2", "DST", "RAD", "DAQ"]
system: str = ""
label: str = ""
details: str = ""
link: str = ""