Closedown
This commit is contained in:
@@ -234,13 +234,11 @@ class Pixel(DeviceBase, Readable, Readable.IntegerType):
|
||||
if os.path.isfile(filename):
|
||||
break
|
||||
if (time.time() - start) > file_timeout:
|
||||
raise Exception("Timeout waiting for file: " + filename)
|
||||
#raise Exception("Timeout waiting for file: " + filename)
|
||||
print "Timeout waiting for file: " + filename
|
||||
break
|
||||
time.sleep (0.05)
|
||||
|
||||
def set_roi():
|
||||
#TODO
|
||||
pass
|
||||
|
||||
def set_auto_threshold(self):
|
||||
#TODO
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user