hamnet70-gnuradio-legacy/gr-hamnet70/grc/hamnet70_correct_phase_from...

39 lines
1009 B
XML

<?xml version="1.0"?>
<block>
<name>correct_phase_from_tag</name>
<key>hamnet70_correct_phase_from_tag</key>
<category>[hamnet70]</category>
<import>import hamnet70</import>
<make>hamnet70.correct_phase_from_tag($phase_tag_name)</make>
<!-- Make one 'param' node for every Parameter you want settable from the GUI.
Sub-nodes:
* name
* key (makes the value accessible as $keyname, e.g. in the make node)
* type -->
<param>
<name>Phase Tag</name>
<key>phase_tag_name</key>
<type>string</type>
</param>
<!-- Make one 'sink' node per input. Sub-nodes:
* name (an identifier for the GUI)
* type
* vlen
* optional (set to 1 for optional inputs) -->
<sink>
<name>in</name>
<type>complex</type>
</sink>
<!-- Make one 'source' node per output. Sub-nodes:
* name (an identifier for the GUI)
* type
* vlen
* optional (set to 1 for optional inputs) -->
<source>
<name>out</name>
<type>complex</type>
</source>
</block>