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(
|
pbpsOpt = sd.xdiagnostics.intensity_monitors.SolidTargetDetectorPBPS(
|
||||||
"SAROP11-PBPS117",
|
"SAROP11-PBPS117",
|
||||||
VME_crate="SAROP11-CVME-PBPS1",
|
VME_crate="SAROP11-CVME-PBPS2", # please check this!
|
||||||
link=9,
|
link=9,
|
||||||
description="Intensity/position monitor after Optics hutch (PBPS)"
|
description="Intensity/position monitor after Optics hutch (PBPS)"
|
||||||
)
|
)
|
||||||
|
|
||||||
pbpsAtt = sd.xdiagnostics.intensity_monitors.SolidTargetDetectorPBPS(
|
#pbpsAtt = sd.xdiagnostics.intensity_monitors.SolidTargetDetectorPBPS(
|
||||||
"SAROP11-PBPS122",
|
# "SAROP11-PBPS122",
|
||||||
VME_crate="SAROP11-CVME-PBPS1",
|
# VME_crate="SAROP11-CVME-PBPS1",
|
||||||
link=9,
|
# link=9,
|
||||||
description="Intensity/Position monitor after Attenuator"
|
# description="Intensity/Position monitor after Attenuator"
|
||||||
)
|
#)
|
||||||
|
|
||||||
screenFE = sd.xdiagnostics.profile_monitors.Pprm(
|
screenFE = sd.xdiagnostics.profile_monitors.Pprm(
|
||||||
"SARFE10-PPRM053",
|
"SARFE10-PPRM053",
|
||||||
@ -149,20 +149,20 @@ mono = sd.xoptics.dcm.DoubleCrystalMono(
|
|||||||
description="Alvra DCM"
|
description="Alvra DCM"
|
||||||
)
|
)
|
||||||
|
|
||||||
monoFEL = sd.xoptics.dcm.CoupledDoubleCrystalMono(
|
#monoFEL = sd.xoptics.dcm.CoupledDoubleCrystalMono(
|
||||||
"SAROP11-ARAMIS",
|
# "SAROP11-ARAMIS",
|
||||||
description="Alvra DCM coupled to FEL energy"
|
# description="Alvra DCM coupled to FEL energy"
|
||||||
)
|
#)
|
||||||
|
|
||||||
refLaser = sd.xoptics.reflaser.RefLaser_Aramis(
|
refLaser = sd.xoptics.reflaser.RefLaser_Aramis(
|
||||||
"SAROP11-OLAS120",
|
"SAROP11-OLAS120",
|
||||||
description="Alvra beamline reference laser before KBs (OLAS)"
|
description="Alvra beamline reference laser before KBs (OLAS)"
|
||||||
)
|
)
|
||||||
|
|
||||||
slitSwitch = sd.xoptics.slits.SlitBlades_old(
|
#slitSwitch = sd.xoptics.slits.SlitBlades_old(
|
||||||
"SAROP11-OAPU104",
|
# "SAROP11-OAPU104",
|
||||||
description="Slit in Optics hutch after Photon switchyard and before Alvra mono"
|
# description="Slit in Optics hutch after Photon switchyard and before Alvra mono"
|
||||||
)
|
#)
|
||||||
|
|
||||||
slitUnd = sd.xoptics.slits.SlitFourBlades_old(
|
slitUnd = sd.xoptics.slits.SlitFourBlades_old(
|
||||||
"SARFE10-OAPU044",
|
"SARFE10-OAPU044",
|
||||||
|
Reference in New Issue
Block a user