Skip to content

Commit 26667dc

Browse files
authored
Update pacq.py
1 parent 9319efc commit 26667dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nintan/pacq.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ def acq():
260260
plt.ylabel('Voltage (uV)')
261261
plt.show()
262262
ym[0] = extract(oldAmpD)
263-
print("ym="+str(ym[0]))
263+
ym[1] = dom_freq(oldAmpD, oldAmpT)
264+
print("ym="+str(ym[0]) + " " + str(ym[1]))
264265
concore.write(1,"ym",ym)
265266
acq_thread.join()
266267
print("retry="+str(concore.retrycount))

0 commit comments

Comments
 (0)