Closedown

This commit is contained in:
gac-x04sa
2018-10-31 15:52:09 +01:00
parent 9d4d5c8410
commit debb48e97b
4 changed files with 31 additions and 102 deletions
+3 -5
View File
@@ -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