Frequency hopping transmit [FIXED]

Am i right in thinking that setFrequencyComponent with RF will set the radio while with BB it will change the NCO? If yes then what’s the difference with using the SPI registers?

Do you have more info (eg code sample) on how to use those registers exactly? I guess those are not accessible through Soapy, but only directly through the Lime API.

So I could put up to 16 frequency offsets, and then just switch between them. Now why would that be faster than just changing the value of one of those 16 registers? Is it because there’s some caching involved, and setting one of those 16 registers is time consuming, but then switching is really fast?