Commit 683cda37 authored by Dave Newbold's avatar Dave Newbold

Adding align script

parent 823c3edb
......@@ -79,6 +79,7 @@ for i_chan in chans:
for i_tap in range(32):
print "Testing slip, tap:", hex(i_slip), hex(i_tap)
board.getNode("daq.timing.csr.ctrl.chan_rst_buf").write(0x1) # Clear buffer
board.dispatch()
board.getNode("daq.timing.csr.ctrl.chan_cap").write(0x1) # Capture
board.dispatch()
time.sleep(0.1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment