Script execution

This commit is contained in:
boccioli_m
2017-05-15 18:20:27 +02:00
parent f4e8d23c8b
commit 92643404f7
@@ -6,7 +6,7 @@
is_panel = get_exec_pars().source != CommandSource.ui
if not is_panel:
# set up params for testing
testName = "dry test"
testName = "test without ioc"
DEVICE = "no-device"
params = "{'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'}}"
pass