diff options
Diffstat (limited to 'gr-uhd/grc/uhd_mimo_source.xml')
-rw-r--r-- | gr-uhd/grc/uhd_mimo_source.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-uhd/grc/uhd_mimo_source.xml b/gr-uhd/grc/uhd_mimo_source.xml index 1cffa62cc..98081bff0 100644 --- a/gr-uhd/grc/uhd_mimo_source.xml +++ b/gr-uhd/grc/uhd_mimo_source.xml @@ -17,6 +17,9 @@ map(lambda x: self.$(id).set_gain(*x), enumerate($gains)) map(lambda x: self.$(id).set_antenna(*x), enumerate($ants)) #end if</make> <callback>set_samp_rate($samp_rate)</callback> + <callback>map(lambda x: self.$(id).set_center_freq(*x), enumerate($center_freqs))</callback> + <callback>map(lambda x: self.$(id).set_gain(*x), enumerate($gains))</callback> + <callback>map(lambda x: self.$(id).set_antenna(*x), enumerate($ants))</callback> <param> <name>Output Type</name> <key>type</key> |