From 370de68c64e2e95994a5855db887f8156495cf49 Mon Sep 17 00:00:00 2001 From: x12sa Date: Tue, 16 Dec 2025 09:30:23 +0100 Subject: [PATCH] wip --- csaxs_bec/devices/epics/mcs_card/mcs_card_csaxs.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/csaxs_bec/devices/epics/mcs_card/mcs_card_csaxs.py b/csaxs_bec/devices/epics/mcs_card/mcs_card_csaxs.py index 5131494..9feccfa 100644 --- a/csaxs_bec/devices/epics/mcs_card/mcs_card_csaxs.py +++ b/csaxs_bec/devices/epics/mcs_card/mcs_card_csaxs.py @@ -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: """