diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-03-28 14:39:12 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-03-28 14:39:12 -0700 |
commit | 9671ea489b42b6e0209ae28adbb7dfec1ebba8bc (patch) | |
tree | 04eaf36b4009c80f0595101519f1545e13db19cf /gr-uhd | |
parent | bde57e11703fa3193a19337ff8d380b6e59186f7 (diff) | |
parent | 0a185537075ceb3a985f3a5cf198cb3b76c039a2 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-uhd')
-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 6bcb1796e7..1d1f76cd95 100644 --- a/gr-uhd/grc/gen_uhd_usrp_blocks.py +++ b/gr-uhd/grc/gen_uhd_usrp_blocks.py @@ -83,10 +83,10 @@ self.\$(id).set_bandwidth(\$bw$(n), $n) \#end if #if $sourk == 'source' \#if \$dc_offs_enb$(n)() -self.\$(id).set_rx_dc_offset(\$dc_offs_enb$(n), $n) +self.\$(id).set_auto_dc_offset(\$dc_offs_enb$(n), $n) \#end if \#if \$iq_imbal_enb$(n)() -self.\$(id).set_rx_iq_balance(\$iq_imbal_enb$(n), $n) +self.\$(id).set_auto_iq_balance(\$iq_imbal_enb$(n), $n) \#end if #end if \#end if |