forked from RedhawkSDR/SigGen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSigGen.prf.xml
More file actions
95 lines (91 loc) · 3.76 KB
/
SigGen.prf.xml
File metadata and controls
95 lines (91 loc) · 3.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties PUBLIC "-//JTRS//DTD SCA V2.2.2 PRF//EN" "properties.dtd">
<!--
This file is protected by Copyright. Please refer to the COPYRIGHT file distributed with this
source distribution.
This file is part of REDHAWK Basic Components SigGen.
REDHAWK Basic Components SigGen is free software: you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.
REDHAWK Basic Components SigGen is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this
program. If not, see http://www.gnu.org/licenses/.
-->
<properties>
<simple id="frequency" mode="readwrite" type="double">
<description>rate at which the periodic output waveforms repeat. This value is ignored for aperiodic waveforms.</description>
<value>1000</value>
<units>Hz</units>
<kind kindtype="configure"/>
<action type="external"/>
</simple>
<simple id="sample_rate" mode="readwrite" type="double">
<description>sampling rate for output data.</description>
<value>5000</value>
<units>Hz</units>
<kind kindtype="configure"/>
<action type="external"/>
</simple>
<simple id="magnitude" mode="readwrite" type="double">
<description>amplitude of output data</description>
<value>100.0</value>
<kind kindtype="configure"/>
<action type="external"/>
</simple>
<simple id="shape" mode="readwrite" type="string">
<description>determine output data type</description>
<value>sine</value>
<enumerations>
<enumeration label="sine" value="sine"/>
<enumeration label="square" value="square"/>
<enumeration label="triangle" value="triangle"/>
<enumeration label="sawtooth" value="sawtooth"/>
<enumeration label="pulse" value="pulse"/>
<enumeration label="constant" value="constant"/>
<enumeration label="whitenoise" value="whitenoise"/>
<enumeration label="lrs" value="lrs"/>
</enumerations>
<kind kindtype="configure"/>
<action type="external"/>
</simple>
<simple id="xfer_len" mode="readwrite" type="long">
<description>number of samples of output data per output packet</description>
<value>1000</value>
<kind kindtype="configure"/>
<action type="external"/>
</simple>
<simple id="throttle" mode="readwrite" type="boolean">
<description>Throttles the output data rate to approximately sample_rate</description>
<value>true</value>
<kind kindtype="configure"/>
<action type="external"/>
</simple>
<simple id="stream_id" mode="readwrite" type="string">
<description>bulkio sri streamID for this data source.</description>
<value>SigGen Stream</value>
<kind kindtype="configure"/>
<action type="external"/>
</simple>
<simple id="chan_rf" mode="readwrite" type="double">
<description>Sets the CHAN_RF SRI keyword. Set to -1 if not desired.</description>
<value>-1</value>
<units>Hz</units>
<kind kindtype="configure"/>
<action type="external"/>
</simple>
<simple id="col_rf" mode="readwrite" type="double">
<description>Sets the COL_RF SRI keyword. Set to -1 if not desired.</description>
<value>-1</value>
<units>Hz</units>
<kind kindtype="configure"/>
<action type="external"/>
</simple>
<simple id="sri_blocking" mode="readwrite" type="boolean">
<value>False</value>
<units></units>
<kind kindtype="configure"/>
<action type="external"/>
</simple>
</properties>