Script execution

This commit is contained in:
gac-x11ma
2017-12-14 02:24:41 +01:00
parent f65c4ba5fa
commit b052ee7501
+2 -2
View File
@@ -64,7 +64,7 @@ for i in range(0,No_of_steps):
print "Setting energy = ", E2
caput(OTF_ESET, E1)
caput(OTF_ESET, E2)
wait_channel(OTF_DONE, 1, type = 'i')
readback2 = energy.read()
sleep(2);
@@ -119,7 +119,7 @@ for i in range(0,No_of_steps):
print "Setting energy = ", E2
caput(OTF_ESET, E1)
caput(OTF_ESET, E2)
wait_channel(OTF_DONE, 1, type = 'i')
readback2 = energy.read()
sleep(2);