From 5acf0ce364ec68aedb90a87a28d59a5d9692e245 Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Thu, 14 Dec 2017 12:01:28 +0100 Subject: [PATCH] Script execution --- script/Electric_field_loop2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/Electric_field_loop2.py b/script/Electric_field_loop2.py index dcc84d5..f482bf2 100644 --- a/script/Electric_field_loop2.py +++ b/script/Electric_field_loop2.py @@ -22,7 +22,7 @@ caput(OTF_OFF2,OFFSETp) E1 = 779.3 # Edge #E2 = 770 #preedge -dB=0.0 +dB=0.1 # Voltage/magnetic field setting Max = 10; @@ -34,7 +34,7 @@ N_loops = 10; print "Max = ", Max print "No_of_steps = ", No_of_steps -print "dD = ", dB +print "dB = ", dB loops=frange(1,N_loops,1); forward=frange(Min,Max,dB);