From: jblum Date: Tue, 20 Jan 2009 05:06:04 +0000 (+0000) Subject: usrp2 block xmls X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c0acd97cf9aa20bb66351bc05f698e95dd0c7eae;p=debian%2Fgnuradio usrp2 block xmls git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10265 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/grc/data/platforms/python/blocks/usrp2_sink_xxxx.xml b/grc/data/platforms/python/blocks/usrp2_sink_xxxx.xml index 93405873..d8aef1fa 100644 --- a/grc/data/platforms/python/blocks/usrp2_sink_xxxx.xml +++ b/grc/data/platforms/python/blocks/usrp2_sink_xxxx.xml @@ -40,13 +40,13 @@ self.$(id).set_enable($tx_enb) Interface interface - eth0 + string MAC Addr mac_addr - 00:50:C2:85:3x:xx + string @@ -115,6 +115,10 @@ self.$(id).set_enable($tx_enb) The USRP2 sink inputs 100 Megasamples per second / interpolation. +To use the default ethernet device, leave interface blank. \ +For systems with only 1 USRP2, you may leave the mac address blank. \ +For multi-USRP2 systems, specify the mac address in the form 00:50:C2:85:3x:xx. + --- Flex RF specific --- The "Auto TR" and "TX Enable" settings are flex rf specific and should be left at "Ignore" unless this is a flex rf board. diff --git a/grc/data/platforms/python/blocks/usrp2_source_xxxx.xml b/grc/data/platforms/python/blocks/usrp2_source_xxxx.xml index 285ed17c..5ba4d3f6 100644 --- a/grc/data/platforms/python/blocks/usrp2_source_xxxx.xml +++ b/grc/data/platforms/python/blocks/usrp2_source_xxxx.xml @@ -40,13 +40,13 @@ self.$(id).select_rx_antenna($rx_ant) Interface interface - eth0 + string MAC Addr mac_addr - 00:50:C2:85:3x:xx + string @@ -115,6 +115,10 @@ self.$(id).select_rx_antenna($rx_ant) The USRP2 source outputs 100 Megasamples per second / decimation. +To use the default ethernet device, leave interface blank. \ +For systems with only 1 USRP2, you may leave the mac address blank. \ +For multi-USRP2 systems, specify the mac address in the form 00:50:C2:85:3x:xx. + --- Flex RF specific --- The "Auto TR" and "RX Antenna" settings are flex rf specific and should be left at "Ignore" unless this is a flex rf board.