diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-09 13:56:35 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-09 13:56:35 -0800 |
commit | 051aa2f5bc9f2311bb81669eb4326fd906592a1d (patch) | |
tree | fe321c88aab955bbd484f6efed99002f49e61b71 /gr-uhd/grc | |
parent | e13783aeb84a2c3656c3344a8d52fa2c9ee38a00 (diff) |
uhd: update notes in grc blocks for addressing scheme
Diffstat (limited to 'gr-uhd/grc')
-rwxr-xr-x | gr-uhd/grc/gen_uhd_multi_usrp_blocks_xml.py | 7 | ||||
-rwxr-xr-x | gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gr-uhd/grc/gen_uhd_multi_usrp_blocks_xml.py b/gr-uhd/grc/gen_uhd_multi_usrp_blocks_xml.py index 112d881599..5902fa8550 100755 --- a/gr-uhd/grc/gen_uhd_multi_usrp_blocks_xml.py +++ b/gr-uhd/grc/gen_uhd_multi_usrp_blocks_xml.py @@ -84,7 +84,7 @@ self.\$(id).set_bandwidth(\$bw$(n), $n) <param> <name>Device Addr</name> <key>dev_addr</key> - <value>addr=192.168.10.2</value> + <value>addr0=192.168.10.2, addr1=192.168.10.3</value> <type>string</type> <hide> \#if \$dev_addr() @@ -173,9 +173,8 @@ The UHD Multi USRP $sourk.title() Block: Device Address: The device address is a delimited string used to locate UHD devices on your system. \\ -If left blank, the first UHD device found will be used. \\ -Used args to specify a specfic device. -USRP2 Example: addr=192.168.10.2 192.168.10.3 +Use the device address to specify a list of devices. +USRP2 Example: addr0=192.168.10.2, addr1=192.168.10.3 Num Motherboards: Selects the number of USRP motherboards in this multi-USRP configuration. diff --git a/gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py b/gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py index 7337c71d7b..66728fe28b 100755 --- a/gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py +++ b/gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py @@ -160,7 +160,7 @@ The UHD Single USRP $sourk.title() Block: Device Address: The device address is a delimited string used to locate UHD devices on your system. \\ If left blank, the first UHD device found will be used. \\ -Used args to specify a specfic device. +Use the device address to specify a specific device. USRP2 Example: addr=192.168.10.2 USRP1 Example: serial=12345678 |