update Oct2024 Beamtime

This commit is contained in:
gac-furka
2024-11-01 16:12:27 +01:00
parent 5f7a497ee8
commit d0b6ceadf3
4 changed files with 421 additions and 24 deletions

View File

@ -25,11 +25,21 @@ ds_det = SimpleDevice(
cam_y = Motor("SATOP11-PSAS079:MOT_DDCAM_Y", name="SASE DS Camera Y"),
)
ds_gr = SimpleDevice(
"SASE Spec DS Grating",
grd_x = Motor("SATOP11-PSAS079:MOT_DG_X", name="SASE DS Grating X"),
grd_y = Motor("SATOP11-PSAS079:MOT_DG_Y", name="SASE DS Grating Y"),
grd_z = Motor("SATOP11-PSAS079:MOT_DG_Z", name="SASE DS Grating Z"),
grd_rz = Motor("SATOP11-PSAS079:MOT_DG_RZ", name="SASE DS Grating RZ"),
)
sasespecs = SimpleDevice(
"SASE Spectrometer",
us_gr = us_gr,
ds_det = ds_det
ds_det = ds_det,
ds_gr = ds_gr,
)