Blame view

PARAM_DEF/timed_ln_daily.xml 436 Bytes
bebf144c   Elena.Budnik   TIMED SEE L3
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
<?xml version="1.0"?>
<param xml:id="timed_ln_daily">
	<get>
		<vi name="timed:see:l3">
			<baseParam name="LINE_FLUX"/>
		</vi>
	</get>
	<process/>
	<output>
		<plot>
			<timePlot>
				<params>
					<param id="timed_ln_daily">
						<serie yAxis="y-left"/>
					</param>
				</params>
				<axes>
					<yAxis>
						<digitalAxis id="y-left" scale="logarithmic"/>
					</yAxis>
				</axes>
			</timePlot>	 
		</plot>
	</output>
</param>