New ScreenPanel
This commit is contained in:
22
script/test43.py
Executable file
22
script/test43.py
Executable 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);
|
||||
|
||||
"""
|
||||
Reference in New Issue
Block a user