Commit 88134293 authored by Dimitris Lampridis's avatar Dimitris Lampridis

test22: Disable generator output at the end of test

parent 76161177
......@@ -256,6 +256,9 @@ def main (default_directory='.'):
except(FmcAdc100mSpecOperationError, FmcAdc100mOperationError, CalibrBoxOperationError) as e:
raise PtsError("Test failed: %s" % e)
# Switch AWG OFF
gen.output = False
gen.close()
print ""
print "==> End of test%02d" % TEST_NB
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment