Closedown

This commit is contained in:
x07maop
2016-05-30 18:04:41 +02:00
parent a203114eb3
commit 1be2d590fe
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
open_valve()
counter = 0
#set_hx(+6.5)
set_hx(+6.5)
while True:
wait_beam()

View File

@@ -297,12 +297,12 @@ def refill_1k():
run("refill_1kpot")
def wait_temp():
"""
"""
print "blabla"
if (temperature.read() < 2.0):
t=ct=temperature_readback.read()
#hl=caget("X07MA-PC-HE:LEVELB", 'd') # TODO: not used
if (t > 3.7):
if (t > 0.7):
print "Refilling 1K pot..."
refill_1k()
def rampdown():