Script execution

This commit is contained in:
gac-x10da
2019-08-27 20:52:21 +02:00
parent b886c33936
commit 45b3f8db0e
+14
View File
@@ -0,0 +1,14 @@
positions = [ ("test1" ,-1.5,11), \
("test2" ,4,11)]
for pos in positions:
caput("X10DA-ES1-MA1:TRX", pos[1])
caput("X10DA-ES1-MA1:TRY", pos[2] )
set_exec_pars(name = pos[0], reset = True)
run_fda("users/20190827_Craig/RXES_sampleTest2.xml")
run_fda("users/20190827_Craig/XES_test.xml")