diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-01 19:03:03 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-01 19:03:03 -0700 |
commit | ea309eba1b34371e710a01ad9bfd26a88311c267 (patch) | |
tree | 54e2b84aa205ab50757f4f6b6d84111f9163b229 /host/docs/usrp1.rst | |
parent | 614d4901bb9dbb6866a0c5f57b1397e4b185a11f (diff) | |
download | uhd-ea309eba1b34371e710a01ad9bfd26a88311c267.tar.gz uhd-ea309eba1b34371e710a01ad9bfd26a88311c267.tar.bz2 uhd-ea309eba1b34371e710a01ad9bfd26a88311c267.zip |
usrp: updated documentation for various changes (mimo mode, subdevice spec defaults)
Diffstat (limited to 'host/docs/usrp1.rst')
-rw-r--r-- | host/docs/usrp1.rst | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/host/docs/usrp1.rst b/host/docs/usrp1.rst index 97a8c3bb5..cf344d7e4 100644 --- a/host/docs/usrp1.rst +++ b/host/docs/usrp1.rst @@ -34,24 +34,16 @@ Example device address string representations to specify non-standard firmware a Specifying the subdevice to use ------------------------------------------------------------------------ The USRP1 has multiple daughterboard slots, known as slot A and slot B. -The subdevice specification can be used to select -the daughterboard and subdevice for each channel. -For daughterboards with one one subdevice, -the subdevice name may be left blank for automatic selection. +The subdevice specification can be used to map an RF frontend to a DSP. +An RF frontend is identified by the daughterboard slot name and subdevice name. Ex: The subdev spec markup string to select a WBX on slot B. -Notice the use of the blank subdevice name for automatic selection. :: - B: - - -- OR -- - B:0 Ex: The subdev spec markup string to select a BasicRX on slot B. -Notice that the subdevice name is always specified in the 3 possible cases. :: |