Script execution

This commit is contained in:
x10daop
2017-03-15 13:53:59 +01:00
parent 02cc712a86
commit 7b9b1aff00
+10
View File
@@ -0,0 +1,10 @@
positions = [ ("name1" ,-6,-1.5), \
("name2" ,-1.5,-1.6)]
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/20170314_Andrey/Test.xml")