diff options
author | jblum | 2009-01-20 22:44:51 +0000 |
---|---|---|
committer | jblum | 2009-01-20 22:44:51 +0000 |
commit | a6b928438657b86426c6ca04adec2030a865dab2 (patch) | |
tree | 20d74e84efd93df7811c638b3d2234cfac5dfe14 /grc/data/platforms/python/blocks/usrp2_probe.xml | |
parent | 89d75b7d46fbc06a1190e672ee5742e1f413062a (diff) | |
download | gnuradio-a6b928438657b86426c6ca04adec2030a865dab2.tar.gz gnuradio-a6b928438657b86426c6ca04adec2030a865dab2.tar.bz2 gnuradio-a6b928438657b86426c6ca04adec2030a865dab2.zip |
probe for the usrp2
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10271 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/data/platforms/python/blocks/usrp2_probe.xml')
-rw-r--r-- | grc/data/platforms/python/blocks/usrp2_probe.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/grc/data/platforms/python/blocks/usrp2_probe.xml b/grc/data/platforms/python/blocks/usrp2_probe.xml new file mode 100644 index 000000000..afe5cf4f4 --- /dev/null +++ b/grc/data/platforms/python/blocks/usrp2_probe.xml @@ -0,0 +1,33 @@ +<?xml version="1.0"?> +<!-- +################################################### +##USRP2 Probe: +## This block should not appear in the tree. +################################################### + --> +<block> + <name>USRP2 Probe</name> + <key>usrp2_probe</key> + <make></make> + <param> + <name>Interface</name> + <key>interface</key> + <value>eth0</value> + <type>string</type> + </param> + <param> + <name>Type</name> + <key>type</key> + <value>rx</value> + <type>enum</type> + <option> + <name>RX</name> + <key>rx</key> + </option> + <option> + <name>TX</name> + <key>tx</key> + </option> + </param> + <doc>Press "Probe" to retrieve USRP2 information...</doc> +</block> |