We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d6f55 commit 8c3b73dCopy full SHA for 8c3b73d
src/dodal/devices/hutch_shutter.py
@@ -40,9 +40,6 @@ class HutchInterlock(StandardReadable):
40
"""Device to check the interlock status of the hutch."""
41
42
def __init__(self, bl_prefix: str, name: str = "") -> None:
43
- # I03 Experimental Hutch interlock is BL03I-PS-IOC-01:M11:LOP
44
- # I03 Optics Hutch interlock is BL03I-PS-IOC-01:M03:LOP
45
- # XXX - not sure what this is then?
46
self.status = epics_signal_r(float, bl_prefix + "-PS-IOC-01:M14:LOP")
47
super().__init__(name)
48
0 commit comments