Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source under...
[debian/gnuradio] / grc / data / platforms / python / blocks / parameter.xml
1 <?xml version="1.0"?>
2 <!--
3 ###################################################
4 ##Parameter block: a grc variable with key, value
5 ###################################################
6  -->
7 <block>
8         <name>Parameter</name>
9         <key>parameter</key>
10         <make>$value</make>
11         <param>
12                 <name>Label</name>
13                 <key>label</key>
14                 <value></value>
15                 <type>string</type>
16         </param>
17         <param>
18                 <name>Value</name>
19                 <key>value</key>
20                 <value>0</value>
21                 <type>raw</type>
22         </param>
23         <doc>
24 This block represents a parameter to the flow graph, \
25 used when the flow graph is instantiated as a hier block.
26
27 The paramater value cannot depend on any variables.
28
29 Leave the label blank to use the parameter id as the label.
30         </doc>
31 </block>