Commit bc01a53f2429b521656d6d62ebbafab7da4acdc8
1 parent
db851cb9
Exists in
master
and in
7 other branches
parameters for Bepi MEA1 pap
Showing
3 changed files
with
56 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="bepi_mea1_pap"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Energy" dim="0" variable="true" fullVariable="true" centerName="bepi_mea1_papenergy" units="eV" log="false"/> | |
6 | + <centerTable name="Channels" dim="1" centerName="Channels" units=""/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name="bepi:mea1:pap"> | |
11 | + <baseParam name="pap"/> | |
12 | + <clb name="Channels"/> | |
13 | + </vi> | |
14 | + <amdaParam name="bepi_mea1_papenergy"> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="bepi_mea1_pap"> | |
22 | + <spectro yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" scale="logarithmic" /> | |
28 | + </yAxis> | |
29 | + <zAxis> | |
30 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
31 | + </zAxis> | |
32 | + </axes> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | ... | ... |