summaryrefslogtreecommitdiff
path: root/gr-uhd
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-03-28 14:38:17 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-03-28 14:38:17 -0700
commit0a185537075ceb3a985f3a5cf198cb3b76c039a2 (patch)
tree42aa2969cf1374d5b2baf422570064fe6a609efd /gr-uhd
parent4f5d0a1fc18177ee8081fd4d1a8269ca15ab447b (diff)
parent8350ee94c0183356f1ab6f0e5f666728225266fe (diff)
Merge branch '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