Blame view

PARAM_DEF/vex_flag_sw.xml 553 Bytes
3be61fb8   Elena.Budnik   new items
1
2
3
4
5
<?xml version="1.0"?>
<param xml:id="vex_flag_sw"> 
	<info>
		<status_def>
			<status minVal="0.0" maxVal="0.6" name="Poor"/>
0e7fec22   Elena.Budnik   maven swiaspec
6
7
			<status minVal="0.6" maxVal="0.8" name="Acceptable"/>
			<status minVal="0.8" maxVal="1.0" name="Good"/>				
3be61fb8   Elena.Budnik   new items
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
		</status_def>
	</info>
	<get>
		<vi name="vex:ima:sw">
			<baseParam name="Flag"/>
		</vi>
	</get>
	<process/>
	<output>
		<plot>
			<statusPlot position="top" colorMapIndex="0">
				<params>
					<param id="vex_flag_sw"> 
						<serie/>
					</param>
				</params>
			</statusPlot>
		</plot>
	</output>
</param>