Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: multi_usrp: Add get_mpm_client() API call | Martin Braun | 2020-12-04 | 1 | -0/+22 |
| | | | | | | | | | | | 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 | ||||
* | docs: mpm: correct ? notation to display help | Joerg Hofrichter | 2020-12-04 | 1 | -2/+2 |
| | | | | | For displaying the docstring of a command, the ? character needs to be prepended to the command, not appended. | ||||
* | docs: Improve section on MPM | Martin Braun | 2018-06-09 | 1 | -5/+97 |
| | |||||
* | docs: Updates to the N310 manual | Martin Braun | 2018-02-13 | 1 | -0/+8 |
| | |||||
* | docs: Added stubs for N310 and MPM manual pages | Martin Braun | 2017-12-22 | 1 | -0/+7 |