mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-14 20:58:09 +00:00
docs: fix MultiUSRP python object creation
This commit is contained in:
parent
8e780be0bc
commit
4c874a0349
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ multi_usrp object, it is possible to get a direct reference to an MPM client:
|
|||
~~~{.python}
|
||||
import uhd
|
||||
# Assume args contains valid device args:
|
||||
usrp = uhd.MultiUSRP(args)
|
||||
usrp = uhd.usrp.MultiUSRP(args)
|
||||
mpmc = usrp.get_mpm_client()
|
||||
# Now load device info over RPC and print:
|
||||
print(mpmc.get_device_info())
|
||||
|
|
|
|||
Loading…
Reference in a new issue