Script execution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user