root/ossiedev/branches/jgaeddert/0.8.0/components/xml/FlexframeGen.prf.xml @ 10077

Revision 10077, 1.6 KB (checked in by jgaeddert, 3 years ago)

FlexframeGen? mod_scheme property defaults to qpsk

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    <simple id="DCE:5b852bf4-6d83-11df-80dc-001aa089d644" mode="readwrite" name="verbose" type="boolean">
8        <value>0</value>
9        <description>output verbosity</description>
10        <kind kindtype="configure"/>
11    </simple>
12    <simple id="DCE:c1612e14-6d83-11df-8500-001aa089d644" mode="readwrite" name="mod_scheme" type="string">
13        <value>qpsk</value>
14        <description>modulation scheme (bpsk, qpsk, psk[2..256], dpsk[2..256], qam[4..256], apsk[4..128], ask[2..256], arb16opt, arb64vt</description>
15        <kind kindtype="configure"/>
16    </simple>
17    <simple id="DCE:d1ff6dee-6d83-11df-a93b-001aa089d644" mode="readwrite" name="mod_depth" type="short">
18        <value>2</value>
19        <description>[NOTE: this property is ignored] modulation depth (1,...,8)</description>
20        <kind kindtype="configure"/>
21    </simple>
22    <simple id="DCE:1ca10d80-6d84-11df-b66a-001aa089d644" mode="readwrite" name="phasing_length" type="short">
23        <value>64</value>
24        <description>phasing pattern length (number of symbols)</description>
25        <kind kindtype="configure"/>
26    </simple>
27    <simple id="DCE:29b6bcc2-6d84-11df-bfd7-001aa089d644" mode="readonly" name="ramp_length" type="short">
28        <value>16</value>
29        <description>ramp up/down length (number of symbols)</description>
30        <kind kindtype="configure"/>
31    </simple>
32</properties>
Note: See TracBrowser for help on using the browser.