Closedown
This commit is contained in:
@@ -46,8 +46,7 @@ class StdDaq(DeviceBase):
|
||||
|
||||
def monitor(self):
|
||||
count=0
|
||||
while getState()==State.Busy:
|
||||
print "."
|
||||
while self.getState()==State.Busy:
|
||||
time.sleep(1.0)
|
||||
count=count+1
|
||||
if count==3:
|
||||
|
||||
Reference in New Issue
Block a user