Closedown
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user