Closedown

This commit is contained in:
gac-x12sa
2023-01-05 14:37:50 +01:00
parent 88245c1be9
commit e54c87511c

View File

@@ -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)