Commit f0260579 authored by Matthieu Cattin's avatar Matthieu Cattin

test22: Add workaround to make calibration work with buggy sdb firmware.

parent 5ff0733e
......@@ -175,6 +175,9 @@ def main (default_directory='.'):
try:
# Work-around to make dma work with sdb firmware
carrier.gnum.set_local_bus_freq(100)
# Others objects declaration
usb_tty = find_usb_tty.CttyUSB()
awg_tty = usb_tty.find_usb_tty(AWG_USB_VENDOR_ID, AWG_USB_PRODUCT_ID)
......
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