]> git.gag.com Git - debian/gnuradio/commitdiff
usrp2 block xmls
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 20 Jan 2009 05:06:04 +0000 (05:06 +0000)
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 20 Jan 2009 05:06:04 +0000 (05:06 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10265 221aa14e-8319-0410-a670-987f0aec2ac5

grc/data/platforms/python/blocks/usrp2_sink_xxxx.xml
grc/data/platforms/python/blocks/usrp2_source_xxxx.xml

index 93405873bb37297fa965a34098221c063538ad21..d8aef1fa67b24f1dd4781df1aa4b02a58a302a6c 100644 (file)
@@ -40,13 +40,13 @@ self.$(id).set_enable($tx_enb)
        <param>
                <name>Interface</name>
                <key>interface</key>
-               <value>eth0</value>
+               <value></value>
                <type>string</type>
        </param>
        <param>
                <name>MAC Addr</name>
                <key>mac_addr</key>
-               <value>00:50:C2:85:3x:xx</value>
+               <value></value>
                <type>string</type>
        </param>
        <param>
@@ -115,6 +115,10 @@ self.$(id).set_enable($tx_enb)
        <doc>
 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.
 
index 285ed17cb09f0f5929a9cd478aee3194482d4350..5ba4d3f648c13256920115cd598f99aa2ebe57aa 100644 (file)
@@ -40,13 +40,13 @@ self.$(id).select_rx_antenna($rx_ant)
        <param>
                <name>Interface</name>
                <key>interface</key>
-               <value>eth0</value>
+               <value></value>
                <type>string</type>
        </param>
        <param>
                <name>MAC Addr</name>
                <key>mac_addr</key>
-               <value>00:50:C2:85:3x:xx</value>
+               <value></value>
                <type>string</type>
        </param>
        <param>
@@ -115,6 +115,10 @@ self.$(id).select_rx_antenna($rx_ant)
        <doc>
 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.