Closedown

This commit is contained in:
gac-x12sa
2023-01-05 14:37:13 +01:00
parent f4daee6c25
commit 88245c1be9
+2
View File
@@ -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)