[USRP-users] Re: Set the gain settings in C++ API for B210

2023-09-07 Thread 1920swapnil
I have the version 4.4.0.0 on ubuntu 22.04. I followed the ‘ Building and Installing the USRP Open-Source Toolchain (UHD and GNU Radio) on Linux’ guide, and yes I did install GNU Radio afterwards. I’ll try to uninstall GNU Radio to see if that fixes the issue. ___

[USRP-users] Re: Set the gain settings in C++ API for B210

2023-09-07 Thread 1920swapnil
Maybe I didn’t clarify properly, the standard example ‘rx_samples_to_file’ example works correctly if I don’t provide any gain argument, but fails when I do. I understand my own examples would require me to debug, but I would like to understand why the standard examples don’t work for my specifi

[USRP-users] Re: Set the gain settings in C++ API for B210

2023-09-07 Thread 1920swapnil
Well would you say that's still the case if I can run the example if I just exclude certain parameters? For example if I just give a sample rate, freq, duration it runs fine. It's just that when I pass the gain parameter the error shows up. Furthermore, other examples such as rx_samples_to_udp a