Closedown

This commit is contained in:
boccioli_m
2017-08-29 13:21:04 +02:00
parent 7c319eba2d
commit 6560b06baf
8 changed files with 16 additions and 9 deletions
@@ -61,7 +61,7 @@ def startTest(testName, DEVICE, params):
test.log("Example - Device name: "+DEVICE)
try:
test.log("Running test Initialise with the following parameters:")
test.log(params )
test.printParams ()
#If present, use the parameters here below for your test script
repeatTimes = int(test.getParam('repeatTimes')) ; howManySamples = int(test.getParam('howManySamples')) ; delayBetweenSampleS = float(test.getParam('delayBetweenSampleS')) ;
except: