discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [USRP-users] Re: N321 LO sharing between RF 0/1


From: Marcus D. Leech
Subject: Re: [USRP-users] Re: N321 LO sharing between RF 0/1
Date: Tue, 18 Jan 2022 00:02:02 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1

On 2022-01-17 23:34, Paul Atreides wrote:
Posting on both GNURadio and USRP lists here, since my application overlaps both gr-uhd/GNURadio and the UHD API. The top-level question is, can gr-uhd support all the necessary N321-specific commands necessary to export the TX LO from RF0 to RF1? That would include running the command to set the 1x4 splitter. That's the one in question.

get_device()->get_tree()->access<bool>("mboards/0/dboards/A/tx_frontends/0/los/lo1/lo_distribution/LO_OUT_0/export").set(true)

If not, Marcus suggested using a python snippet. I've used that with RFNoC before, but how would that work? I'm guessing it would be an "after-init" and then call the python API for the above (if that command is supported)?

Thanks

Yeah, I'd say "after-init", and have it grab the object name of the usrp object?  Using Pythonic, rather than C++ syntax?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]