aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/property_tree_python.hpp
Commit message (Collapse)AuthorAgeFilesLines
* python: Add access to the property_tree from PythonMartin Braun2020-10-161-0/+11
Example: >>> usrp = uhd.usrp.multi_usrp("") >>> tree = usrp.get_tree() >>> print(tree.access_int("/name").get())