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