summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/usrp2/usrp2_wfm_qt.py
diff options
context:
space:
mode:
authorjcorgan2009-07-28 23:01:46 +0000
committerjcorgan2009-07-28 23:01:46 +0000
commit46aadbb2e9ca5aaccec4698824c2016772f3e1f7 (patch)
tree8932a74c8d3b7d81cad869243beea658adb20afd /gnuradio-examples/python/usrp2/usrp2_wfm_qt.py
parent2b02833217cf0632c98478756b571aab5fc7002b (diff)
downloadgnuradio-46aadbb2e9ca5aaccec4698824c2016772f3e1f7.tar.gz
gnuradio-46aadbb2e9ca5aaccec4698824c2016772f3e1f7.tar.bz2
gnuradio-46aadbb2e9ca5aaccec4698824c2016772f3e1f7.zip
Merged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into trunk. This branch was created with a corrupted merge tracking database, so manual merge and remove of merge info properties was needed.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11513 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/usrp2/usrp2_wfm_qt.py')
-rwxr-xr-xgnuradio-examples/python/usrp2/usrp2_wfm_qt.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnuradio-examples/python/usrp2/usrp2_wfm_qt.py b/gnuradio-examples/python/usrp2/usrp2_wfm_qt.py
index 0be21ceb9..0c7476921 100755
--- a/gnuradio-examples/python/usrp2/usrp2_wfm_qt.py
+++ b/gnuradio-examples/python/usrp2/usrp2_wfm_qt.py
@@ -194,7 +194,10 @@ class wfm_rx_block (gr.top_block):
#if not (dbid == 0x0001 or #usrp_dbid.BASIC_RX
# dbid == 0x0003 or #usrp_dbid.TV_RX
# dbid == 0x000c or #usrp_dbid.TV_RX_REV_2
- # dbid == 0x0040): #usrp_dbid.TV_RX_REV_3
+ # dbid == 0x0040 or #usrp_dbid.TV_RX_REV_3
+ # dbid == 0x0043 or #usrp_dbid.TV_RX_MIMO
+ # dbid == 0x0044 or #usrp_dbid.TV_RX_REV_2_MIMO
+ # dbid == 0x0045 ): #usrp_dbid.TV_RX_REV_3_MIMO
# print "This daughterboard does not cover the required frequency range"
# print "for this application. Please use a BasicRX or TVRX daughterboard."
# raw_input("Press ENTER to continue anyway, or Ctrl-C to exit.")