uhd/host/python
Martin Braun fc2fc14b1a python: multi_usrp: Add get_mpm_client() API call
This is a new API call, only available on Python, and only available for
MPM devices (it is added dynamically). It returns an object that allows
calling RPC calls in a Pythonic manner.

Example:
>>> rpcc = usrp.get_mpm_client()
>>> print(rpcc.get_device_info()) # Will print device info, as returned
                                  # by uhd_find_devices
2020-12-04 12:06:14 -08:00
..
uhd python: multi_usrp: Add get_mpm_client() API call 2020-12-04 12:06:14 -08: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