From 8d7051727d2a8c2ca4a456c219a65812282ff218 Mon Sep 17 00:00:00 2001 From: x07maop Date: Tue, 1 Mar 2016 10:23:12 +0100 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 089d3aa..bf4325c 100644 --- a/script/local.py +++ b/script/local.py @@ -227,7 +227,7 @@ def set_range(keithley, value): while True: caput(keithleys[keithley][1], v) time.sleep(1.0) - if caget(keithleys[keithley][1],'s') == v: + if caget(keithleys[keithley][2],'s') == v: break #only test .5 to .25