Closedown

This commit is contained in:
gac-x12sa
2023-01-05 14:38:21 +01:00
parent e54c87511c
commit 9493d59f94

View File

@@ -47,9 +47,11 @@ class StdDaq(DeviceBase):
def monitor(self):
count=0
while getState()==State.Busy:
print "."
time.sleep(1.0)
count=count+1
if count==3:
print "Ok"
self.setCache(None, None)
self.setState(State.Ready)