From cd8ffc9f8556786d7484d8df1ef69e85fb7d9704 Mon Sep 17 00:00:00 2001 From: MAKOMO Date: Wed, 6 Nov 2024 09:37:58 +0100 Subject: [PATCH] fixes Issue 1737 --- src/artisanlib/comm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/artisanlib/comm.py b/src/artisanlib/comm.py index f66bd19d9..54a0e6953 100644 --- a/src/artisanlib/comm.py +++ b/src/artisanlib/comm.py @@ -1554,6 +1554,7 @@ def WSread(self,mode:int) -> Tuple[float,float,float]: except Exception: # pylint: disable=broad-except self.aw.ws.readings = [-1]*self.aw.ws.channels else: + self.aw.ws.tx = self.aw.qmc.timeclock.elapsedMilli() for i in [0,1]: c = mode*2+i if self.aw.ws.channel_requests[c] != '':