uhd/host/python
Martin Braun 7ee106187e python: Add access to the property_tree from Python
Example:
>>> usrp = uhd.usrp.multi_usrp("")
>>> tree = usrp.get_tree()
>>> print(tree.access_int("/name").get())
2020-10-16 14:58:15 -05:00
..
uhd python: Add access to the property_tree from Python 2020-10-16 14:58:15 -05:00
CMakeLists.txt python: Add access to the property_tree from Python 2020-10-16 14:58:15 -05:00
pyuhd.cpp python: Add access to the property_tree from Python 2020-10-16 14:58:15 -05:00
setup.py.in python: Fix pyuhd to include subpackages 2020-08-04 07:43:48 -05:00