[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/03: uhd: Fixed XML to call correct DC of
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/03: uhd: Fixed XML to call correct DC offset and IQ imbalance enable functions |
Date: |
Mon, 28 Mar 2016 21:41:25 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 245e30b686732c9c313db0f0d0215ec1bea108d0
Author: Martin Braun <address@hidden>
Date: Mon Mar 28 11:01:12 2016 -0700
uhd: Fixed XML to call correct DC offset and IQ imbalance enable functions
---
gr-uhd/grc/gen_uhd_usrp_blocks.py | 4 ++--
1 file 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 6bcb179..1d1f76c 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