New ScreenPanel

This commit is contained in:
2018-01-19 10:56:53 +01:00
commit ae4d621609
580 changed files with 46598 additions and 0 deletions

22
script/test43.py Executable file
View File

@@ -0,0 +1,22 @@
ranges = [ [0,10], [20,30], [50,70]]
for range in ranges:
run_fda("test1.xml", {"id278043.start":range[0], "id278043.end":range[1]})
#ProcessorFDA().execute("test1.xml", {"var1":2.0, "id278043.end":10.0})
"""
p = ProcessorFDA()
p.configuration.appendSuffix = False
set_exec_pars(name = "test1_0001")
p.execute("test1.xml", None);
set_exec_pars(name = "test1_0002")
p.execute("test1.xml", None);
"""