Script execution

This commit is contained in:
boccioli_m
2015-05-20 15:36:45 +02:00
parent 6a7e388c82
commit 93acc11ef0

View File

@@ -21,7 +21,7 @@ caput('PO2DV-NCS-VHQ1:Set-VA', '0')
#wait for voltage to be 0
for setpoint1 in frange(0.0, 50.0, 1.0, True):
detector2 = ActualVA.get()
if detector2 <= 0.0:
if detector2 <= 1.0:
break
sleep(0.5)