summaryrefslogtreecommitdiff
path: root/gr-uhd/grc
diff options
context:
space:
mode:
authorTom Rondeau2011-09-26 13:20:09 -0400
committerTom Rondeau2011-09-26 13:20:09 -0400
commit18201a678610a608a4c952122ce6dc9430e8e2d1 (patch)
treef580ed94541f53fd86c99922708cf5367c972513 /gr-uhd/grc
parentdc88c64b25bf4c4f28e1e0097c8c579b36e3a079 (diff)
parentdd63208289584f764ad69f36fbd552def3c761e5 (diff)
downloadgnuradio-18201a678610a608a4c952122ce6dc9430e8e2d1.tar.gz
gnuradio-18201a678610a608a4c952122ce6dc9430e8e2d1.tar.bz2
gnuradio-18201a678610a608a4c952122ce6dc9430e8e2d1.zip
Merge branch 'master' into next
Diffstat (limited to 'gr-uhd/grc')
-rw-r--r--gr-uhd/grc/gen_uhd_usrp_blocks.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-uhd/grc/gen_uhd_usrp_blocks.py b/gr-uhd/grc/gen_uhd_usrp_blocks.py
index c77df6c97..b6bc5fb79 100644
--- a/gr-uhd/grc/gen_uhd_usrp_blocks.py
+++ b/gr-uhd/grc/gen_uhd_usrp_blocks.py
@@ -256,6 +256,8 @@ The center frequency is the overall frequency of the RF chain. \\
For greater control of how the UHD tunes elements in the RF chain, \\
pass a tune_request object rather than a simple target frequency.
Tuning with an LO offset example: uhd.tune_request(freq, lo_off)
+Tuning without DSP: uhd.tune_request(target_freq, dsp_freq=0, \\
+dsp_freq_policy=uhd.tune_request.POLICY_MANUAL)
Antenna:
For subdevices with only one antenna, this may be left blank. \\
@@ -266,6 +268,9 @@ Bandwidth:
To use the default bandwidth filter setting, this should be zero. \\
Only certain subdevices have configurable bandwidth filters. \\
See the daughterboard application notes for possible configurations.
+
+See the UHD manual for more detailed documentation:
+http://code.ettus.com/redmine/ettus/projects/uhd/wiki
</doc>
</block>
"""