Script execution
This commit is contained in:
@@ -10,9 +10,8 @@ parameters = ""
|
||||
if not is_panel:
|
||||
# set up params for testing
|
||||
test = "test without ioc"
|
||||
DEVICE = "no-device"
|
||||
device = "no-device"
|
||||
parameters = "{'howManySamples': {'description': 'How many samples are plotted', 'value': '50'}, 'delayBetweenSampleS': {'description': 'delay [s] between two samples', 'value': '0.05'}, 'repeatTimes': {'description': 'how many times the test is repeated', 'value': '3'}}"
|
||||
startTest(testName, DEVICE, params)
|
||||
pass
|
||||
|
||||
###### Init - DO NOT MODIFY THE CODE BELOW ######
|
||||
|
||||
Reference in New Issue
Block a user