-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
functions get_gain_range and get_freq_range should return an array #12
Comments
@kirat68 https://github.com/fventuri/gr-sdrplay3/blob/master/include/sdrplay3/rsp.h#L69
https://github.com/fventuri/gr-sdrplay3/blob/master/include/sdrplay3/rsp.h#L122
Franco |
Please ignore the warn. Just added in the code to make sure that this function was called. |
@kirat68 - Tarik, muito obrigado for mentioning Python! From your initial comment I assumed it was C++ that you were referring too, but now I understand the problem is somewhere in the Python bindings with pybind11. I'll take a look, |
@kirat68 - thanks for your patience! The issue with the Python bindings for range functions returning a pair of values should now be resolved in the Please give it a try and let me know if it works there too. |
Obrigado !!! |
Ok could check it. |
This two functions return a float. Expected an array of 2 values.
The text was updated successfully, but these errors were encountered: