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 550bfb8 commit 3edb9caCopy full SHA for 3edb9ca
1 file changed
nintan/pacq.py
@@ -64,7 +64,8 @@ def clearall():
64
# band of channel A-010
65
scommand.sendall(b'set a-010.tcpdataoutputenabled true')
66
time.sleep(0.1)
67
-
+ scommand.sendall(b'set TCPNumberDataBlocksPerWrite 4')
68
+ time.sleep(0.1)
69
70
def acq():
71
# Run controller for tsamp second
0 commit comments