[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10265 - gnuradio/trunk/grc/data/platforms/python/bloc
From: |
jblum |
Subject: |
[Commit-gnuradio] r10265 - gnuradio/trunk/grc/data/platforms/python/blocks |
Date: |
Mon, 19 Jan 2009 22:06:06 -0700 (MST) |
Author: jblum
Date: 2009-01-19 22:06:04 -0700 (Mon, 19 Jan 2009)
New Revision: 10265
Modified:
gnuradio/trunk/grc/data/platforms/python/blocks/usrp2_sink_xxxx.xml
gnuradio/trunk/grc/data/platforms/python/blocks/usrp2_source_xxxx.xml
Log:
usrp2 block xmls
Modified: gnuradio/trunk/grc/data/platforms/python/blocks/usrp2_sink_xxxx.xml
===================================================================
--- gnuradio/trunk/grc/data/platforms/python/blocks/usrp2_sink_xxxx.xml
2009-01-20 04:59:13 UTC (rev 10264)
+++ gnuradio/trunk/grc/data/platforms/python/blocks/usrp2_sink_xxxx.xml
2009-01-20 05:06:04 UTC (rev 10265)
@@ -40,13 +40,13 @@
<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 @@
<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.
Modified: gnuradio/trunk/grc/data/platforms/python/blocks/usrp2_source_xxxx.xml
===================================================================
--- gnuradio/trunk/grc/data/platforms/python/blocks/usrp2_source_xxxx.xml
2009-01-20 04:59:13 UTC (rev 10264)
+++ gnuradio/trunk/grc/data/platforms/python/blocks/usrp2_source_xxxx.xml
2009-01-20 05:06:04 UTC (rev 10265)
@@ -40,13 +40,13 @@
<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 @@
<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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10265 - gnuradio/trunk/grc/data/platforms/python/blocks,
jblum <=