From a09b726f189fb8546be8020b4a249830f8c1368b Mon Sep 17 00:00:00 2001 From: x07maop Date: Thu, 7 Apr 2016 05:45:10 +0200 Subject: [PATCH] Script execution --- script/hyst_test.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/script/hyst_test.py b/script/hyst_test.py index f59b441..d03f3ca 100644 --- a/script/hyst_test.py +++ b/script/hyst_test.py @@ -1,22 +1,22 @@ open_valve() -'''set_pol_cplus(offset = None) -set_file('Mn_hyst_plus') -hyst_cont(field_x, 6.8, -6.8, 2.0, [637.8, 637.0])''' +set_pol_cplus(offset = None) +set_file('Fe_hyst_plus') +hyst_cont(field_x, 6.8, -6.8, 2.0, [706.9, 704.5]) set_pol_cminus(offset = None) -set_file('Mn_hyst_minus') -hyst_cont(field_x, -6.8, 6.8, 2.0, [637.8, 637.0]) +set_file('Fe_hyst_minus') +hyst_cont(field_x, -6.8, 6.8, 2.0, [706.9, 704.5]) '''set_pol_cminus(offset = None) -set_file('Mn_hyst_minus') -hyst_cont(field_x, 6.8, -6.8, 2.0, [639.7, 637.0]) +set_file('Fe_hyst_minus') +hyst_cont(field_x, 6.8, -6.8, 2.0, [706.9, 704.5]) set_pol_cplus(offset = None) -set_file('Mn_hyst_plus') -hyst_cont(field_x, -6.8, 6.8, 2.0, [639.7, 637.0])''' +set_file('Fe_hyst_plus') +hyst_cont(field_x, -6.8, 6.8, 2.0, [706.9, 704.5])''' close_valve()