Blame view

PARAM_DEF/skr_lh.xml 1.08 KB
34d618fa   Elena.Budnik   restructure
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<param xml:id="skr_lh">
	<info>
		<table>
			<centerAutoTable  name="Frequency" centerName="frequency" units="kHz" log="false"/>
		</table>
	</info>
	<get>
		<vi name="cass:rpws:skr">
			<baseParam name="LH">
				 <clb name="frequency"/>     
			</baseParam>
		</vi>
	</get>
	<process/>
	<output>
		 <plot>
			<timePlot>
				<params>
					<param id="skr_lh">
						<spectro yAxis="y-left"/>
					</param>
9d6e4718   Elena.Budnik   plot for skr, dsc...
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
				</params>
				<axes>
					<yAxis>
						<digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
							<range extend="true"/>
							<tick position="outwards" minorGrid="false" majorGrid="false"/>
							<legend/>
						</digitalAxis>					
					</yAxis>
					<zAxis>
						<colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
							<range extend="true"/>
							<tick position="outwards" minorGrid="false" majorGrid="false"/>
						</colorAxis>
					</zAxis>
				</axes> 
34d618fa   Elena.Budnik   restructure
39
40
41
42
			</timePlot>  
		</plot> 
	</output>
</param>