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