From e54c87511c7043398948d9328c0adc38cc8ceed4 Mon Sep 17 00:00:00 2001 From: gac-x12sa Date: Thu, 5 Jan 2023 14:37:50 +0100 Subject: [PATCH] Closedown --- script/devices/StdDaq.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/script/devices/StdDaq.py b/script/devices/StdDaq.py index 6a8e752..929beb4 100644 --- a/script/devices/StdDaq.py +++ b/script/devices/StdDaq.py @@ -46,13 +46,10 @@ class StdDaq(DeviceBase): def monitor(self): count=0 - print "Enter" - while getState==State.Busy: + while getState()==State.Busy: time.sleep(1.0) count=count+1 - print count if count==3: - print "Ok" self.setCache(None, None) self.setState(State.Ready)