devices: detector cover PV added

This commit is contained in:
2025-09-05 17:25:42 +02:00
parent f608b1b7b7
commit 754dd214bd
+1 -16
View File
@@ -133,22 +133,7 @@ class BeamlineDevices:
}
)
# detector_cover = EnumPv(
# {
# "name": "DetectorCover",
# "pv": f"{BEAMLINE}-MOCK-DETCOV:SET",
# "readback": f"{BEAMLINE}-MOCK-DETCOV:GET",
# "timeout": 10.0,
# "move_done_when": (
# f"{BEAMLINE}-MOCK-DETCOV:GET",
# ("Closed", "Opened", "Error"),
# ),
# "states": {
# "opened": "opened",
# "closed": "closed",
# },
# }
# )
self.detector_cover = PV(f"{BEAMLINE}-ES-DETCOV:SET")
self.__beamstop_stage = EnumPv(
{