diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-10 12:07:11 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-10 12:07:11 -0800 |
commit | 77f646ca0f578698ff5121a0b3360bd536f8d48d (patch) | |
tree | 5ca323d6c4a8d7dc1de8a5c83f2bdfdf5a3dc778 /gr-uhd/grc | |
parent | 7787d1fc1aecc7b59e476c31865b4f32348cb729 (diff) |
uhd: tweaks to the grc blocks
Diffstat (limited to 'gr-uhd/grc')
-rw-r--r-- | gr-uhd/grc/gen_uhd_usrp_blocks.py | 2 | ||||
-rw-r--r-- | gr-uhd/grc/uhd_usrp_sink.xml | 4 | ||||
-rw-r--r-- | gr-uhd/grc/uhd_usrp_source.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gr-uhd/grc/gen_uhd_usrp_blocks.py b/gr-uhd/grc/gen_uhd_usrp_blocks.py index ec46334273..ee8d692dd1 100644 --- a/gr-uhd/grc/gen_uhd_usrp_blocks.py +++ b/gr-uhd/grc/gen_uhd_usrp_blocks.py @@ -153,7 +153,7 @@ self.\$(id).set_bandwidth(\$bw$(n), $n) <param> <name>Num Channels</name> <key>nchan</key> - <value>2</value> + <value>1</value> <type>int</type> #for $n in range(1, $max_nchan+1) <option> diff --git a/gr-uhd/grc/uhd_usrp_sink.xml b/gr-uhd/grc/uhd_usrp_sink.xml index 219504ecd4..2b8e89d57f 100644 --- a/gr-uhd/grc/uhd_usrp_sink.xml +++ b/gr-uhd/grc/uhd_usrp_sink.xml @@ -3,7 +3,7 @@ <name>UHD: USRP Sink</name> <key>uhd_usrp_sink</key> <import>from gnuradio import uhd</import> - <make>uhd.multi_usrp_sink( + <make>uhd.usrp_sink( 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> diff --git a/gr-uhd/grc/uhd_usrp_source.xml b/gr-uhd/grc/uhd_usrp_source.xml index d90bda9936..d86ad3fb74 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> |