@@ -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(" "))
|
||||
|
||||
Reference in New Issue
Block a user