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 ef12aa9 commit 3694ea3Copy full SHA for 3694ea3
1 file changed
nintan/pacq.py
@@ -113,8 +113,8 @@ def acq():
113
114
# Scale this sample to convert to microVolts
115
amplifierData.append(0.195 * (rawSample - 32768))
116
- t3 = time.perf_counter()
117
- print(str(t2-t1)+' stop time '+str(t3-t2)+' parse time')
+ t3 = time.perf_counter()
+ print(str(t2-t1)+' stop time '+str(t3-t2)+' parse time')
118
119
#initialization
120
# Declare buffer size for reading from TCP command socket
0 commit comments