summaryrefslogtreecommitdiff
path: root/grc/blocks/usrp_probe.xml
blob: ee207c28d3e7e55b5b9df4d00bf94b313d8d7ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>
<!--
###################################################
##USRP Probe:
##	This block should not appear in the tree.
###################################################
 -->
<block>
	<name>USRP Probe</name>
	<key>usrp_probe</key>
	<make></make>
	<param>
		<name>Unit Number</name>
		<key>which</key>
		<value>0</value>
		<type>int</type>
	</param>
	<param>
		<name>Daughter Board</name>
		<key>dboard</key>
		<type>enum</type>
		<option>
			<name>RX A</name>
			<key>rx_a</key>
		</option>
		<option>
			<name>RX B</name>
			<key>rx_b</key>
		</option>
		<option>
			<name>TX A</name>
			<key>tx_a</key>
		</option>
		<option>
			<name>TX B</name>
			<key>tx_b</key>
		</option>
	</param>
	<doc>Press "Probe" to retrieve USRP information...</doc>
</block>