Commit b4a07ae43a952a88ccd484426b88a5f0972a9d16

Authored by Quentin Brzustowski
1 parent 61cf9c7d

added information to display as spectro

Showing 1 changed file with 34 additions and 2 deletions   Show diff stats
PARAM_DEF/uks_sfa_E.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id='uks_sfa_E'>
  3 + <info>
  4 + <table>
  5 + <centerAutoTable name="E field power" centerName="enTab" units="kHz" log="false"/>
  6 + </table>
  7 + </info>
3 8 <get>
4 9 <vi name='uks:wav:sfa'>
5   - <baseParam name='Spectrum'/>
  10 + <baseParam name='Spectrum'>
  11 + <clb name="enTab"/>
  12 + </baseParam>
6 13 </vi>
7 14 </get>
8 15 <process/>
9   - <output/>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="uks_sfa_E">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <yAxis>
  26 + <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  27 + <range extend="true"/>
  28 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  29 + <legend/>
  30 + </digitalAxis>
  31 + </yAxis>
  32 + <zAxis>
  33 + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  34 + <range extend="true"/>
  35 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  36 + </colorAxis>
  37 + </zAxis>
  38 + </axes>
  39 + </timePlot>
  40 + </plot>
  41 + </output>
10 42 </param>
11 43  
... ...