Closedown

This commit is contained in:
X11MA
2015-12-07 22:30:18 +01:00
parent 3f251f5019
commit 4b11042437
+1 -1
View File
@@ -70,7 +70,7 @@ def _startPlot(type):
break
e = energy.read()
if (abs(e-cur)) > 0.1:
v = - (keithley_2a.read() / ((keithley_1a if (type==1) else keithley_3a).read() ))
v = abs((keithley_2a.read() / ((keithley_1a if (type==1) else keithley_3a).read() )))
p.getSeries(1).appendData(e,v)
cur = e
time.sleep(0.2)