Imported Upstream version 3.2.2
[debian/gnuradio] / grc / blocks / blks2_standard_squelch.xml
1 <?xml version="1.0"?>
2 <!--
3 ###################################################
4 ##Standard Squelch
5 ###################################################
6  -->
7 <block>
8         <name>Standard Squelch</name>
9         <key>blks2_standard_squelch</key>
10         <import>from gnuradio import blks2</import>
11         <make>blks2.standard_squelch(audio_rate=$audio_rate)
12 self.$(id).set_threshold($threshold)</make>
13         <callback>set_threshold($threshold)</callback>
14         <param>
15                 <name>Audio Rate</name>
16                 <key>audio_rate</key>
17                 <type>real</type>
18         </param>
19         <param>
20                 <name>Threshold</name>
21                 <key>threshold</key>
22                 <type>real</type>
23         </param>
24         <sink>
25                 <name>in</name>
26                 <type>float</type>
27         </sink>
28         <source>
29                 <name>out</name>
30                 <type>float</type>
31         </source>
32 </block>