diff --git a/script/test/MultipleXES1.py b/script/test/MultipleXES1.py index 96f77e3..a737d33 100644 --- a/script/test/MultipleXES1.py +++ b/script/test/MultipleXES1.py @@ -1,13 +1,5 @@ - -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) + caput("X10DA-ES1-MA1:TRX", 5) + caput("X10DA-ES1-MA1:TRY", 11) run_fda("users/20190827_Craig/RXES_sampleTest2.xml") run_fda("users/20190827_Craig/XES_test.xml")