Script execution

This commit is contained in:
gac-x11ma
2018-09-03 12:17:57 +02:00
parent 5a429e0eb5
commit d99e8ca365

View File

@@ -54,7 +54,7 @@ def _startPlot(type):
e = energy.read()
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)