update Oct2024 Beamtime
This commit is contained in:
12
sasespec.py
12
sasespec.py
@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user