Closedown

This commit is contained in:
X11MA
2015-12-03 18:17:22 +01:00
parent 4fb030424c
commit b73e1a8eeb

View File

@@ -47,7 +47,7 @@ def get_next_fid(folder, prefix):
def wait_channel(name, value, timeout =None, type='s'):
print "Waiting " + str(name) + " = " + str(value)
cawait(name, value, timeout, type)
cawait(name, value, timeout = timeout, type=type)
print "Done"
def convert_file(input_file_name, output_file_name, field = 0, pol = 0, keithley_3 = False):