Script execution

This commit is contained in:
gac-x10da
2020-11-29 19:13:24 +01:00
parent 1bf6dec0ba
commit e969a8c734

View File

@@ -1,9 +1,8 @@
positions = [
("pos_09", 2, -4.2), \
("pos_11", -13, -4.2) ]
positions = [ ("pos_09", 2, -4.2), \
("pos_11", -14, -4.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_transmission_anox_fast.xml")
run_fda("users/20201127_Vogelin/Fe_EXAFS_transmission.xml")