do not close pilatus curtain after measurements
All checks were successful
CI for debye_bec / test (push) Successful in 1m1s
CI for debye_bec / test (pull_request) Successful in 1m3s

This commit is contained in:
x01da
2025-12-02 07:31:24 +01:00
committed by appel_c
parent fd1626fbcd
commit efd8842540

View File

@@ -69,11 +69,11 @@ class PilatusCurtain(PSIDeviceBase):
def on_unstage(self) -> DeviceStatus | None:
"""Called while unstaging the device."""
return self.close()
# return self.close()
def on_stop(self) -> DeviceStatus | None:
"""Called when the device is stopped."""
return self.close()
# return self.close()
def open(self) -> DeviceStatus | None:
"""Open the cover"""