Script execution

This commit is contained in:
gac-x11ma
2017-12-14 16:02:59 +01:00
parent 94cac3814c
commit 5429fb13f7

View File

@@ -64,7 +64,7 @@ for k in range(0,21):
sleep(0.1);
for k in range(0,len(loops)):
filename=open(output_file + str(k)+ +"_" +suffix+ ".dat","a")
filename=open(output_file + str(k)+"_"+suffix+ ".dat","a")
for i in range(0,len(forward)):
print "Setting field = ", forward[i]
caput("X11MA-XMCD:I-SETraw",forward[i])