DAQ: added experiment hutch shutter to daq status model in models.py
This commit is contained in:
@@ -691,6 +691,7 @@ class BeamlineStatus(BaseModel):
|
||||
light: Annotated[float, Field(ge=0.0, le=100.0)]
|
||||
cryojet_K: float
|
||||
shutter_open: bool
|
||||
exp_shutter_open: bool | None
|
||||
flux_ph_s: float
|
||||
sample_camera: SampleCameraSettings
|
||||
transmission: Annotated[float, Field(ge=0.0, le=1.0)] | None
|
||||
|
||||
Reference in New Issue
Block a user