This is maybe a dumber question, but is there a way to use those functions if I’m using gnuradio / gr-ettus? The rfnoc graph is created by:
rfnoc_graph = ettus.rfnoc_graph(uhd.device_addr(“,”.join((‘‘,’’)))) Where uhd in this context is from the gnuradio library. I’ve been digging through the gr-ettus source code to figure out where it eventually gets back to the real uhd library, which appears to be in ettus_swig.py, but then I’m not sure where to go from there. Is there a way to use the real uhd library with an rfnoc_graph that’s already been created by gr-ettus?
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com