From 88245c1be98534f269df0878d55247730a623510 Mon Sep 17 00:00:00 2001 From: gac-x12sa Date: Thu, 5 Jan 2023 14:37:13 +0100 Subject: [PATCH] Closedown --- script/devices/StdDaq.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/devices/StdDaq.py b/script/devices/StdDaq.py index ec13777..6a8e752 100644 --- a/script/devices/StdDaq.py +++ b/script/devices/StdDaq.py @@ -50,7 +50,9 @@ class StdDaq(DeviceBase): 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)