summaryrefslogtreecommitdiff
path: root/gr-uhd
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-03-28 14:35:26 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-03-28 14:35:26 -0700
commit8350ee94c0183356f1ab6f0e5f666728225266fe (patch)
tree373761726666aef69056ee92b088c3379029808a /gr-uhd
parent9d559c1811f3e8272b978050a6c642e19325d137 (diff)
parent245e30b686732c9c313db0f0d0215ec1bea108d0 (diff)
Merge remote-tracking branch 'mbr0wn/uhd/dc_iq_enable_xml' into maint
Diffstat (limited to 'gr-uhd')
-rw-r--r--gr-uhd/grc/gen_uhd_usrp_blocks.py4
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