Commit 6d497f24bdcbeb17cd43eb0f87b3d5c4c8631e95
1 parent
286d8bbf
Exists in
master
and in
3 other branches
Merge JUNO/WAVES/L3 parameter from amdadev
Showing
1 changed file
with
35 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="juno_wav_l3f"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Frequency" centerName="Frequency" log="true" units="kHz"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name='juno:waves:l3'> | |
10 | + <baseParam name="Data"> | |
11 | + <clb name="Frequency"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="juno_wav_l3f"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
35 | +</param> | ... | ... |