Script execution

This commit is contained in:
x03daop
2016-09-23 17:10:04 +02:00
parent 0312b071b3
commit 43d0e852a3

View File

@@ -55,7 +55,7 @@ try:
Eph.move(params[0])
print "Eph set"
#Eph.waitReady(60)
#Eph.waitValueInRange(params[0] - 0.1, params[0] + 0.1, 10)
Eph.waitValueInRange(params[0] - 0.1, params[0] + 0.1, 10)
print "Eph reached"
time.sleep(10.0)
Scienta.lowEnergy.write(params[1])