Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Add access to the property_tree from Python | Martin Braun | 2020-10-16 | 1 | -0/+11 |
Example: >>> usrp = uhd.usrp.multi_usrp("") >>> tree = usrp.get_tree() >>> print(tree.access_int("/name").get()) |
index : uhd | ||
Ettus' UHD Repository |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Add access to the property_tree from Python | Martin Braun | 2020-10-16 | 1 | -0/+11 |
Example: >>> usrp = uhd.usrp.multi_usrp("") >>> tree = usrp.get_tree() >>> print(tree.access_int("/name").get()) |