summaryrefslogtreecommitdiff
path: root/gr-uhd/grc/uhd_usrp_source.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/grc/uhd_usrp_source.xml')
-rw-r--r--gr-uhd/grc/uhd_usrp_source.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-uhd/grc/uhd_usrp_source.xml b/gr-uhd/grc/uhd_usrp_source.xml
index d90bda993..d86ad3fb7 100644
--- a/gr-uhd/grc/uhd_usrp_source.xml
+++ b/gr-uhd/grc/uhd_usrp_source.xml
@@ -3,7 +3,7 @@
<name>UHD: USRP Source</name>
<key>uhd_usrp_source</key>
<import>from gnuradio import uhd</import>
- <make>uhd.multi_usrp_source(
+ <make>uhd.usrp_source(
device_addr=$dev_addr,
io_type=uhd.io_type.$type.type,
num_channels=$nchan,
@@ -398,7 +398,7 @@ self.$(id).set_bandwidth($bw15, 15)
<param>
<name>Num Channels</name>
<key>nchan</key>
- <value>2</value>
+ <value>1</value>
<type>int</type>
<option>
<name>1</name>