Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr-uhd: update direction key naming | Jacob Gilbert | 2021-04-05 | 1 | -2/+2 |
| | | | | | | | The 'ant_direction_' key getters have been reappropriated for wider use, changing to general 'direction_' and a few minor simplifications. Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com> | ||||
* | usrp_block:pybind: add missing bind for cmd_power_key | Huang Rui | 2020-11-02 | 1 | -0/+3 |
| | | | | Signed-off-by: Huang Rui <vowstar@gmail.com> | ||||
* | uhd: Add power reference APIs | Martin Braun | 2020-08-26 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | UHD 4.0 is introducing a power reference level API, which will now become available in GNU Radio. Its availability is conditionally compiled into GNU Radio based on whether or not the feature is available in the UHD version GNU Radio was compiled against. USRP source and sink blocks receive the following new APIs: - has_power_reference() - set_power_reference() - get_power_reference() The command interface now understands a new `power_dbm` dictionary key. The GRC bindings can now switch between absolute gain, normalized gain, and absolute power settings. If GNU Radio was compiled against an older version of UHD (prior to UHD 4.0) which doesn't have this API, an error or warning is printed, the has_power_reference() will return false, and the others will throw an exception. | ||||
* | uhd: wrap get_usrp_info to compatible return type | Josh Morman | 2020-08-14 | 1 | -0/+3 |
| | | | | | | | | | | | - Move get_usrp_info() to usrp_block - Casts the return value to std::map so PyBind11 can turn it into a dictionary in Python This fixes an issue where get_usrp_info() would cause an Exception with PyBind11. Co-authored-by: Martin Braun <martin.braun@ettus.com> | ||||
* | uhd: add pybind11 bindings | Josh Morman | 2020-06-04 | 1 | -0/+234 |