devices: detector cover PV added
This commit is contained in:
@@ -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(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user