diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-02-05 08:16:29 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-02-05 08:16:29 -0800 |
commit | fbbc544d288b4bcdcbffe8d7e84b0bb80f6522d1 (patch) | |
tree | 903e9829f59134b101e48b84bd3a66a31d1ff389 /gr-uhd/grc/gen_uhd_usrp_blocks.py | |
parent | 5c00c2d688bd95cde8550e75030e27a7ef4dc657 (diff) |
uhd: Fixed suggested antenna ports on tx vs rx
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, 2 insertions, 2 deletions
diff --git a/gr-uhd/grc/gen_uhd_usrp_blocks.py b/gr-uhd/grc/gen_uhd_usrp_blocks.py index 8658284bd5..6bcb1796e7 100644 --- a/gr-uhd/grc/gen_uhd_usrp_blocks.py +++ b/gr-uhd/grc/gen_uhd_usrp_blocks.py @@ -494,16 +494,16 @@ PARAMS_TMPL = """ <param> part \#end if </hide> -#if $sourk == 'sink' <option> <name>TX/RX</name> <key>TX/RX</key> </option> -#end if +#if $sourk == 'source' <option> <name>RX2</name> <key>RX2</key> </option> +#end if <tab>RF Options</tab> </param> <param> |