Link between RX and TX sampling rates

Hi,
You may already know this, but ratio of sample rates in Tx and Rx is controlled by dividers and can only be power of 2 as described in LMS API (https://github.com/myriadrf/LimeSuite/blob/master/src/lime/LimeSuite.h#L591).
You can find more information about clock dividers for ADC and DAC in LMS datasheet:
https://wiki.myriadrf.org/LimeMicro:LMS7002M_Datasheet#Data_converters_clock_generation
In addition to ADC and DAC rates, Tx and Rx rates can be made different by setting different interpolations and decimation values in Tx TSP and Rx TSP modules.
So when you ask for different samples rates, LimeSuite will adjust clock dividers and oversampling settings.
Furthermore, on LimeSDR-Mini, setting Rx and Tx sample rate individually is completely disabled because of limitations in FPGA, so sample rate is always set for both.