Script execution

This commit is contained in:
gac-x10da
2020-11-27 18:29:36 +01:00
parent 4152fe33c1
commit 0bbe086f21
+14
View File
@@ -0,0 +1,14 @@
positions = [ ("289381", 6.4,-13.2), \
("3289432", 0,-13.2) ]
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_fluo.xml")