aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/mpm.dox
Commit message (Collapse)AuthorAgeFilesLines
* python: multi_usrp: Add get_mpm_client() API callMartin Braun2020-12-041-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 helpJoerg Hofrichter2020-12-041-2/+2
| | | | | For displaying the docstring of a command, the ? character needs to be prepended to the command, not appended.
* docs: Improve section on MPMMartin Braun2018-06-091-5/+97
|
* docs: Updates to the N310 manualMartin Braun2018-02-131-0/+8
|
* docs: Added stubs for N310 and MPM manual pagesMartin Braun2017-12-221-0/+7