root/ossiedev/branches/jgaeddert/0.8.0/components/xml/FrameSync64.prf.xml @ 10685

Revision 10685, 1.0 KB (checked in by jgaeddert, 2 years ago)

FrameSync?64: adding squelch_enabled and squelch_threshold properties

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE properties SYSTEM "../dtd/properties.dtd">
3<!--Created with OSSIE WaveDev-->
4<!--Powered by Python-->
5<properties>
6    <description>These are the properties to configure the device manager</description>
7
8    <simple id="DCE:0a3620cc-0aa1-11df-baab-001aa089d644" mode="readwrite" name="verbose" type="boolean">
9        <value>0</value>
10        <description>verbose output</description>
11        <kind kindtype="configure"/>
12    </simple>
13
14    <simple id="DCE:5b2083b8-fac1-4ed9-becf-80ca7ab08329" mode="readwrite" name="squelch_enabled" type="boolean">
15        <value>1</value>
16        <description>enable/disable squelch control (ignore signals below threshold)</description>
17        <kind kindtype="configure"/>
18    </simple>
19
20    <simple id="DCE:f6729dae-185f-4438-9202-6adaff95e20e" mode="readwrite" name="squelch_threshold" type="float">
21        <value>-30.0</value>
22        <description>AGC squelch threshold (noise floor) in dB</description>
23        <kind kindtype="configure"/>
24    </simple>
25</properties>
Note: See TracBrowser for help on using the browser.