From d9700cfd3a9b9563a73d1a2b0090dbf2501883b5 Mon Sep 17 00:00:00 2001 From: x07maop Date: Tue, 25 Oct 2016 06:33:32 +0200 Subject: [PATCH] Script execution --- script/Cr_hyst.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/script/Cr_hyst.py b/script/Cr_hyst.py index 281a46f..0debc23 100644 --- a/script/Cr_hyst.py +++ b/script/Cr_hyst.py @@ -1,21 +1,21 @@ open_valve() set_pol_cminus(offset = 1.0) -set_file('Cr_hyst_minus') -hyst_cont(field_x, 6.8, -6.8, 2.0, [574.3, 571.0]) +set_file('Fe_hyst_minus') +hyst_cont(field_x, 6.8, -6.8, 2.0, [706.4, 703]) set_pol_cplus(offset = -1.0) -set_file('Cr_hyst_plus') -hyst_cont(field_x, -6.8, 6.8, 2.0, [574.3, 571.0]) -''' +set_file('Fe_hyst_plus') +hyst_cont(field_x, -6.8, 6.8, 2.0, [706.4, 703]) + set_pol_cplus(offset = -1.0) -set_file('Cr_hyst_plus') -hyst_cont(field_x, 6.8, -6.8, 2.0, [576.1, 571.5]) +set_file('Fe_hyst_plus') +hyst_cont(field_x, 6.8, -6.8, 2.0, [706.4, 703]) set_pol_cminus(offset = 1.0) -set_file('Cr_hyst_minus') -hyst_cont(field_x, -6.8, 6.8, 2.0, [576.1, 571.5]) - +set_file('Fe_hyst_minus') +hyst_cont(field_x, -6.8, 6.8, 2.0, [706.4, 703]) +''' set_pol_cminus(offset = 1.0) set_file('Cr_hyst_minus') hyst_cont(field_x, 6.8, -6.8, 2.0, [576.1, 571.5])