This commit is contained in:
gac-x11ma
2018-09-03 16:39:02 +02:00
parent d5ac8211c7
commit fe2662e37c
+1 -1
View File
@@ -117,7 +117,7 @@ def _startPlot(type):
TEY.append(aK2raw)
TEY.append(aK3raw)
if (abs(e-cur)) > 0.1:
v = abs((keithley_2a.read() / ((keithley_1a if (type==1) else keithley_3a).read() )))
v = abs((keithley_3a.read() / ((keithley_1a if (type==1) else keithley_3a).read() )))
s.appendData(e,v)
cur = e
# time.sleep(0.2)