Script execution

This commit is contained in:
gac-x10da
2020-11-27 14:08:18 +01:00
parent ee144624bf
commit 4152fe33c1
+18
View File
@@ -0,0 +1,18 @@
positions = [ ("289381", 13,4.8), \
("3289432", 6.4,4.8), \
("283796", 0,4.8), \
("289381", -6.6,4.8), \
("3289432", -13,4.8), \
("283796", -19.4,4.8) ]
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/20201127_Vogelin/Fe_EXAFS_transmission.xml")