Although you are right when you say that the rfnoc and multi_usrp apis are nearly orthogonal and do not mesh, it is also true that the multi_usrp object is actually implemented under-the-hood with with rfnoc api. Thus, it is a given that if you can do something in the multi_usrp api, you can also do it in the rfnoc api. Timed commands are possible with both the DDC and the Radio blocks. If you want to see how multi_usrp does stuff with the rfnoc api, look in the file host/lib/usrp/multi_usrp_rfnoc.cpp. If you still have trouble let me know. I have implemented timed frequency sets in my own code using the rfnoc api and can delve a little deeper if needed.
Rob On Tue, Nov 15, 2022 at 1:09 PM <[email protected]> wrote: > Having the exact exception details would be very helpful to share--just > like in any other discipline involving computers. This can help the > community help you. > > I forgot to copy down the exception info last time I encountered it. > Unfortunately (or fortunately depending on your perspective) it’s > intermittent, and sometimes only occurs after a couple hours of running. > Next time I encounter it I’ll certainly save more information. > _______________________________________________ > USRP-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] >
_______________________________________________ USRP-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
