Update CygnusRFI.py to use recent top_level.py #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gnuradio can read the old
pfb.grcfine. It can also export atop_level.pyok. The problem isCygnusRFI.pycan only work with the oldtop_level.pynot the new one generated by recent GNUradio.Update
CygnusRFI.pyto work with latest gnuradio.Need to remove
The new top_block.py export from gnuradio works for the first pass. But for the second pass it fails:
It thinks something is using the device. Probably itself. It releases the device, so script can be re-run immediately.