Blame view

PARAM_DEF/uks_elx_vsd.xml 1.27 KB
534c3b7a   Quentin Brzustowski   Added spectro for...
1
2
3
4
<?xml version="1.0"?>
<param xml:id='uks_elx_vsd'>
  <info>
    <table>
2fb94350   Quentin Brzustowski   changed call to e...
5
      <centerAutoTable variable="true" name="energy" fullVariable="true" centerName="uks_elx_en" units="eV" log="false"/>
534c3b7a   Quentin Brzustowski   Added spectro for...
6
7
8
9
10
11
12
    </table>
  </info>
  <get>
     <vi name='uks:elx:all'>
       <baseParam name='Vsden'> 
       </baseParam>
    </vi>
a7f4a850   Quentin Brzustowski   corrected typo in...
13
    <amdaParam name="uks_elx_ne"/>
534c3b7a   Quentin Brzustowski   Added spectro for...
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
  </get>
  <process/>
  <output>
    <plot>
      <timePlot>
        <params>
          <param id="uks_elx_vsd">
            <spectro yAxis="y-left"/>
          </param>
        </params> 
        <axes>
          <yAxis>
            <digitalAxis id="y-left" 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/>
            </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> 
      </timePlot>  
    </plot>  
  </output>
  </param>