Script execution

This commit is contained in:
x07maop
2016-03-01 10:29:35 +01:00
parent 101ee5d975
commit 99f455f5f8

View File

@@ -230,7 +230,6 @@ def set_range(keithley, value):
if caget(keithleys[keithley][2],'s') == v:
break
#only test .5 to .25
def set_fe(opening):
opening = int(opening*1000)
if opening==0:
@@ -261,8 +260,8 @@ def wait_temp():
refill_1k()
def rampdown():
field_x.write(0)
field_z.write(0)
field_x.write(0.0)
field_z.write(0.0)
def shutdown():
set_fe(0)