I’m writing some code that uses the Lime SDR to grab some samples at various center frequencies. I have been using LimeSuite’s LMS library in some C++ test utilities, and SoapySDR with Python.
I’ve found that enabling 2 RX channels on the Lime causes the LMS_StartStream() (in C++) and activateStream() (using SoapySDR with python) calls to take considerably longer to execute (by more than a factor of 10) than just enabling a single channel.
Thank you for your help. I am currently using the last stable release of LimeSuite (19.04.0), and compiling from source. I will try a more recent commit, and give it another try. Thanks again