Script execution

This commit is contained in:
gac-x11ma
2017-12-14 14:09:17 +01:00
parent 7cea4fcd81
commit 6fa68a045c

View File

@@ -65,7 +65,7 @@ for k in range(0,20):
for k in range(0,len(loops)):
#filename=open(output_file + "_" + k + ".dat","a")
filename=open("data"+file_prefix+time_prefix+"scan_"+str(k)+".txt","a")
filename=open("data"+file_prefix+"_scan_"+str(k)+".txt","a")
for i in range(0,len(forward)):
print "Setting field = ", forward[i]
caput("X11MA-XMCD:I-SETraw",forward[i])