wip
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user