Commit 6d497f24bdcbeb17cd43eb0f87b3d5c4c8631e95

Authored by Benjamin Renard
1 parent 286d8bbf

Merge JUNO/WAVES/L3 parameter from amdadev

Showing 1 changed file with 35 additions and 0 deletions   Show diff stats
PARAM_DEF/juno_wav_l3f.xml 0 → 100644
@@ -0,0 +1,35 @@ @@ -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>