Blame view

PARAM_DEF/skr_v.xml 608 Bytes
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
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<param xml:id="skr_v">
	<info>
		<table>
			<centerAutoTable  name="Frequency" centerName="frequency" units="kHz" log="false"/>
		</table>
	</info>
	<get>
		<vi name="cass:rpws:skr">
			<baseParam name="VR">
				 <clb name="frequency"/>     
			</baseParam>
			<baseParam name="VL">
				 <clb name="frequency"/>     
			</baseParam>
		</vi>
	</get>
	<process>$cass_rpws_skr_VR+$cass_rpws_skr_VL</process>
	<output>
		<plot>
			<timePlot>
				<params>
					<param id="skr_v">
						<spectro yAxis="y-left"/>
					</param>
				</params> 
			</timePlot>  
		</plot>   
	</output>
</param>