Script execution

This commit is contained in:
gac-x11ma
2017-12-14 02:11:24 +01:00
parent cb00524826
commit bd2f41b347

View File

@@ -34,7 +34,7 @@ Noavg = 5;
#forward loop
file_prefix = time.strftime("%y%m%d")
filename.open("data"+file_prefix,"a")
filename.open("data"+file_prefix+".txt","a")
for i in range(0,No_of_steps):
B = -Max +2*i*dB;
print "Setting field = ", B