Script execution

This commit is contained in:
gac-x11ma
2018-04-05 10:52:05 +02:00
parent 89eb0839a9
commit 7057a25ca7

View File

@@ -1,7 +1,7 @@
def switchBox(PV,val,ACK):
flag = 1
while(flag):
print("Writing to: " + PV + " value: " str(val))
print("Writing to: " + PV + " value: " + str(val))
caput(PV,val)
a = caget(ACK)
if a == 'Command Completed':