wip
CI for csaxs_bec / test (push) Failing after 58s
CI for csaxs_bec / test (pull_request) Failing after 1m2s

This commit is contained in:
x12sa
2025-12-16 09:30:23 +01:00
parent 01b2e2ea52
commit 370de68c64
@@ -155,12 +155,12 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
self._scan_done_thread.start()
# Check mux_output setting
mux_output_value = self.mux_output.get()
if mux_output_value != self.NUM_MCA_CHANNELS:
raise RuntimeError(
f"MuxOutput is set to {mux_output_value}, but should be set to "
f"{self.NUM_MCA_CHANNELS} for proper operation. Please update the IOC configuration."
)
# mux_output_value = self.mux_output.get()
# if mux_output_value != self.NUM_MCA_CHANNELS:
# raise RuntimeError(
# f"MuxOutput is set to {mux_output_value}, but should be set to "
# f"{self.NUM_MCA_CHANNELS} for proper operation. Please update the IOC configuration."
# )
def _on_counter_update(self, value, **kwargs) -> None:
"""