Script execution

This commit is contained in:
gac-x11ma
2018-04-05 10:51:52 +02:00
parent a364f5fe34
commit 89eb0839a9
+1 -1
View File
@@ -1,7 +1,7 @@
def switchBox(PV,val,ACK):
flag = 1
while(flag):
print("Writing to: " + PV + " value: " + val)
print("Writing to: " + PV + " value: " str(val))
caput(PV,val)
a = caget(ACK)
if a == 'Command Completed':