From f4daee6c25b6b3e1795828716f77a67edf86e9df Mon Sep 17 00:00:00 2001 From: gac-x12sa Date: Thu, 5 Jan 2023 14:36:23 +0100 Subject: [PATCH] Closedown --- script/devices/StdDaq.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/devices/StdDaq.py b/script/devices/StdDaq.py index 650dcd4..ec13777 100644 --- a/script/devices/StdDaq.py +++ b/script/devices/StdDaq.py @@ -46,6 +46,7 @@ class StdDaq(DeviceBase): def monitor(self): count=0 + print "Enter" while getState==State.Busy: time.sleep(1.0) count=count+1