Commit cfd55fcc59f5eb34bbeeb580b3faaeb22ce9944b
1 parent
b9132d03
Exists in
master
and in
7 other branches
clb should be defined
Showing
1 changed file
with
21 additions
and
19 deletions
Show diff stats
PARAM_DEF/mex_energy_tab.xml
... | ... | @@ -10,28 +10,30 @@ |
10 | 10 | <!--<TemporaryFillValue>-1.0</TemporaryFillValue>--> |
11 | 11 | <get> |
12 | 12 | <vi name="mex:ima:extra"> |
13 | - <baseParam name="ETableN"/> | |
13 | + <baseParam name="ETableN" useNearestValue="true"> | |
14 | + <clb name="ImaEner"/> | |
15 | + </baseParam> | |
14 | 16 | </vi> |
15 | 17 | </get> |
16 | 18 | <process/> |
17 | 19 | <output> |
18 | - <plot> | |
19 | - <statusPlot position="top" colorMapIndex="0"> | |
20 | - <params> | |
21 | - <param id="mex_energy_table"> | |
22 | - <serie/> | |
23 | - </param> | |
24 | - </params> | |
25 | - <axes> | |
26 | - <xAxis> | |
27 | - <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | - <range extend="true"/> | |
29 | - <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | - <legend/> | |
31 | - </timeAxis> | |
32 | - </xAxis> | |
33 | - </axes> | |
34 | - </statusPlot> | |
35 | - </plot> | |
20 | + <plot> | |
21 | + <statusPlot position="top" colorMapIndex="0"> | |
22 | + <params> | |
23 | + <param id="mex_energy_tab"> | |
24 | + <serie/> | |
25 | + </param> | |
26 | + </params> | |
27 | + <axes> | |
28 | + <xAxis> | |
29 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
30 | + <range extend="true"/> | |
31 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
32 | + <legend/> | |
33 | + </timeAxis> | |
34 | + </xAxis> | |
35 | + </axes> | |
36 | + </statusPlot> | |
37 | + </plot> | |
36 | 38 | </output> |
37 | 39 | </param> | ... | ... |