From 99f455f5f8d6fa6894d3718d2990348b98de4a85 Mon Sep 17 00:00:00 2001 From: x07maop Date: Tue, 1 Mar 2016 10:29:35 +0100 Subject: [PATCH] Script execution --- script/local.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/script/local.py b/script/local.py index 9491346..fc4c79d 100644 --- a/script/local.py +++ b/script/local.py @@ -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)