w
CI for csaxs_bec / test (push) Failing after 1m27s

This commit is contained in:
2026-02-10 14:16:57 +01:00
parent 89274cfcb7
commit a92beac12b
+1 -1
View File
@@ -158,7 +158,7 @@ class GalilRIODigitalOutSignal(GalilSignalBase):
def _socket_get(self) -> float:
"""Get command for the readback signal"""
cmd = f"@OUT[{self._channel}]"
cmd = f"MG@OUT[{self._channel}]"
ret = self.controller.socket_put_and_receive(cmd)
logger.debug(f"Received readback for digital output channel {self._channel}: {ret}")
self._readback = float(ret.strip().split(" "))