diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-08-18 18:39:49 -0500 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-08-18 18:39:49 -0500 |
commit | 0961a383a2409c627d5437aed1f71461563567f5 (patch) | |
tree | e6e6e10a76e8a610014cd1db14f47173ce870943 /gr-uhd/grc/gen_uhd_usrp_blocks.py | |
parent | 7162a7ed65a0d03cb147cbe95f2a47fe68f87ab8 (diff) |
uhd: Add RX1 as default option
GRC bindings for the USRP sink and source suggest some antenna names.
This adds the antenna name RX1 (TwinRX) into the list of antenna name
suggestions.
Diffstat (limited to 'gr-uhd/grc/gen_uhd_usrp_blocks.py')
-rw-r--r-- | gr-uhd/grc/gen_uhd_usrp_blocks.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-uhd/grc/gen_uhd_usrp_blocks.py b/gr-uhd/grc/gen_uhd_usrp_blocks.py index e99de0d7d0..8b7c58682a 100644 --- a/gr-uhd/grc/gen_uhd_usrp_blocks.py +++ b/gr-uhd/grc/gen_uhd_usrp_blocks.py @@ -517,6 +517,10 @@ PARAMS_TMPL = """ <param> <name>RX2</name> <key>RX2</key> </option> + <option> + <name>RX1</name> + <key>RX1</key> + </option> #end if <tab>RF Options</tab> </param> |