Script execution

This commit is contained in:
voulot_d
2017-01-13 13:49:29 +01:00
parent 303e233c49
commit bbc07eece9

View File

@@ -68,8 +68,8 @@ try:
time.sleep(lat)
Ampl = V.read()
Power = P.read()
caput(prefix + ":GET-ONCREST-VSUM-AMPLT", V)
caput(prefix + ":GET-ONCREST-KLY-POWER", P)
caput(prefix + ":GET-ONCREST-VSUM-AMPLT", Ampl)
caput(prefix + ":GET-ONCREST-KLY-POWER", Power)
finally:
phase.close()
V.close()