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