Skip to content

Commit 3edb9ca

Browse files
authored
Update pacq.py
1 parent 550bfb8 commit 3edb9ca

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
@@ -64,7 +64,8 @@ def clearall():
6464
# band of channel A-010
6565
scommand.sendall(b'set a-010.tcpdataoutputenabled true')
6666
time.sleep(0.1)
67-
67+
scommand.sendall(b'set TCPNumberDataBlocksPerWrite 4')
68+
time.sleep(0.1)
6869

6970
def acq():
7071
# Run controller for tsamp second

0 commit comments

Comments
 (0)