updated pbpsOpt VME_crate; commented monoFEL and slitSwitch
This commit is contained in:
30
devices.py
30
devices.py
@ -77,17 +77,17 @@ laserShutter = sd.loptics.alvra_laser_shutter.laser_shutter(
|
||||
|
||||
pbpsOpt = sd.xdiagnostics.intensity_monitors.SolidTargetDetectorPBPS(
|
||||
"SAROP11-PBPS117",
|
||||
VME_crate="SAROP11-CVME-PBPS1",
|
||||
VME_crate="SAROP11-CVME-PBPS2", # please check this!
|
||||
link=9,
|
||||
description="Intensity/position monitor after Optics hutch (PBPS)"
|
||||
)
|
||||
|
||||
pbpsAtt = sd.xdiagnostics.intensity_monitors.SolidTargetDetectorPBPS(
|
||||
"SAROP11-PBPS122",
|
||||
VME_crate="SAROP11-CVME-PBPS1",
|
||||
link=9,
|
||||
description="Intensity/Position monitor after Attenuator"
|
||||
)
|
||||
#pbpsAtt = sd.xdiagnostics.intensity_monitors.SolidTargetDetectorPBPS(
|
||||
# "SAROP11-PBPS122",
|
||||
# VME_crate="SAROP11-CVME-PBPS1",
|
||||
# link=9,
|
||||
# description="Intensity/Position monitor after Attenuator"
|
||||
#)
|
||||
|
||||
screenFE = sd.xdiagnostics.profile_monitors.Pprm(
|
||||
"SARFE10-PPRM053",
|
||||
@ -149,20 +149,20 @@ mono = sd.xoptics.dcm.DoubleCrystalMono(
|
||||
description="Alvra DCM"
|
||||
)
|
||||
|
||||
monoFEL = sd.xoptics.dcm.CoupledDoubleCrystalMono(
|
||||
"SAROP11-ARAMIS",
|
||||
description="Alvra DCM coupled to FEL energy"
|
||||
)
|
||||
#monoFEL = sd.xoptics.dcm.CoupledDoubleCrystalMono(
|
||||
# "SAROP11-ARAMIS",
|
||||
# description="Alvra DCM coupled to FEL energy"
|
||||
#)
|
||||
|
||||
refLaser = sd.xoptics.reflaser.RefLaser_Aramis(
|
||||
"SAROP11-OLAS120",
|
||||
description="Alvra beamline reference laser before KBs (OLAS)"
|
||||
)
|
||||
|
||||
slitSwitch = sd.xoptics.slits.SlitBlades_old(
|
||||
"SAROP11-OAPU104",
|
||||
description="Slit in Optics hutch after Photon switchyard and before Alvra mono"
|
||||
)
|
||||
#slitSwitch = sd.xoptics.slits.SlitBlades_old(
|
||||
# "SAROP11-OAPU104",
|
||||
# description="Slit in Optics hutch after Photon switchyard and before Alvra mono"
|
||||
#)
|
||||
|
||||
slitUnd = sd.xoptics.slits.SlitFourBlades_old(
|
||||
"SARFE10-OAPU044",
|
||||
|
Reference in New Issue
Block a user