w
Some checks failed
CI for csaxs_bec / test (push) Has been cancelled

This commit is contained in:
2026-02-10 14:15:33 +01:00
parent b6ac8eaae1
commit 89274cfcb7

View File

@@ -160,6 +160,7 @@ class GalilRIODigitalOutSignal(GalilSignalBase):
"""Get command for the readback signal"""
cmd = f"@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(" "))
return self._readback