We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9319efc commit 26667dcCopy full SHA for 26667dc
1 file changed
nintan/pacq.py
@@ -260,7 +260,8 @@ def acq():
260
plt.ylabel('Voltage (uV)')
261
plt.show()
262
ym[0] = extract(oldAmpD)
263
- print("ym="+str(ym[0]))
+ ym[1] = dom_freq(oldAmpD, oldAmpT)
264
+ print("ym="+str(ym[0]) + " " + str(ym[1]))
265
concore.write(1,"ym",ym)
266
acq_thread.join()
267
print("retry="+str(concore.retrycount))
0 commit comments