mirror of
https://github.com/hb9fxq/gr-digitalhf
synced 2024-11-05 05:55:53 +00:00
33 lines
728 B
XML
33 lines
728 B
XML
<?xml version="1.0"?>
|
|
<block>
|
|
<name>cis_12_channelizer</name>
|
|
<key>digitalhf_cis_12_channelizer</key>
|
|
<category>[digitalhf]</category>
|
|
<import>import digitalhf</import>
|
|
<make>digitalhf.cis_12_channelizer()</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)
|
|
<param>
|
|
<name>...</name>
|
|
<key>...</key>
|
|
<type>...</type>
|
|
</param>
|
|
* type -->
|
|
|
|
<sink>
|
|
<name>in</name>
|
|
<type>complex</type>
|
|
</sink>
|
|
|
|
<source>
|
|
<name>out1</name>
|
|
<type>complex</type>
|
|
</source>
|
|
<source>
|
|
<name>out2</name>
|
|
<type>complex</type>
|
|
</source>
|
|
</block>
|