Blame view

PARAM_DEF/ros_ion_spec.xml 1.34 KB
34d618fa   Elena.Budnik   restructure
1
<?xml version="1.0"?>
c7b00c3c   Elena.Budnik   IES final
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
<param xml:id="ros_ion_spec">
	<info>
		<table>
			<centerAutoTable name="E/Q" centerName="Energy" log="false" units="eV/q"/>
		</table>
	</info> 
	<get>
		<vi name="ros:ion:en">
			<baseParam name="Ion_en">
				<clb name="Energy"/>
			</baseParam>
		</vi>
	</get>
	<process/>
	<output>
		<plot>
		<timePlot>
			<params>
				<param id="ros_ion_spec">
					<spectro yAxis="y-left"/>
				</param>
			</params> 
			<axes>
				<xAxis>
					<timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
						<range extend="true"/>
						<tick position="outwards" minorGrid="false" majorGrid="false"/>
						<legend/>
					</timeAxis>
				</xAxis>
				<yAxis>
					<digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
						<range extend="false"/>
						<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="false"/>
						<tick position="outwards" minorGrid="false" majorGrid="false"/>
					</colorAxis>
				</zAxis>
			</axes>
		</timePlot>  
	  </plot>
	</output>
</param>