Script execution

This commit is contained in:
gac-x10da
2019-08-27 21:21:40 +02:00
parent 50fb68a25f
commit 94466bcccc
+14 -3
View File
@@ -1,7 +1,16 @@
positions = [ ("test1" ,-1.5,11), \
("test2" ,4,11)]
positions = [ ("test1" ,10,0), \
("test2" ,-1,1.5), \
("test3" ,-17,1.5), \
("test4" ,15,11), \
("test5" ,-3,11), \
("test6" ,-16,12), \
("test7" ,10.2,0.2), \
("test8" ,-1.2,1.7), \
("test9" ,-17.2,1.7), \
("test10" ,15.2,11.2), \
("test11" ,-3.2,11.2), \
("test12" ,-16.2,12.2)]
for pos in positions:
@@ -10,3 +19,5 @@ for pos in positions:
set_exec_pars(name = pos[0], reset = True)
run_fda("users/20190827_Craig/RXES_sampleTest2.xml")
run_fda("users/20190827_Craig/XES_test.xml")