Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Add access to the property_tree from Python | Martin Braun | 2020-10-16 | 1 | -0/+4 |
| | | | | | | | Example: >>> usrp = uhd.usrp.multi_usrp("") >>> tree = usrp.get_tree() >>> print(tree.access_int("/name").get()) | ||||
* | python: Move multi_usrp_python to its own module | Martin Braun | 2020-10-12 | 1 | -0/+198 |
This helps with recompilation times of UHD. No functional changes. |