diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-11-19 15:27:22 +0100 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2020-12-04 12:06:14 -0800 |
commit | fc2fc14b1ad796c94532315bfc09a1e8d030f7c5 (patch) | |
tree | 4d77b21baa57edb34fcf572cca3f738271ccb36d /tools | |
parent | 31c544650f6004e8968d65f50db804f1b6164e7d (diff) | |
download | uhd-fc2fc14b1ad796c94532315bfc09a1e8d030f7c5.tar.gz uhd-fc2fc14b1ad796c94532315bfc09a1e8d030f7c5.tar.bz2 uhd-fc2fc14b1ad796c94532315bfc09a1e8d030f7c5.zip |
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
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions