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