From dd56549f0345b38dbb1c679d54e850daa4928567 Mon Sep 17 00:00:00 2001 From: gac-x12sa Date: Thu, 5 Jan 2023 14:38:48 +0100 Subject: [PATCH] Closedown --- script/devices/StdDaq.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/devices/StdDaq.py b/script/devices/StdDaq.py index 95c91c8..a0a9949 100644 --- a/script/devices/StdDaq.py +++ b/script/devices/StdDaq.py @@ -46,8 +46,7 @@ class StdDaq(DeviceBase): def monitor(self): count=0 - while getState()==State.Busy: - print "." + while self.getState()==State.Busy: time.sleep(1.0) count=count+1 if count==3: