Commit 2f04fce6657a41df824504a2af70dfb9200fabf7
Exists in
master
and in
7 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_INTERNAL_METADATA
Showing
2 changed files
with
32 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,25 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mms1_edp_scpot_qual_brst"> | |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="0" maxVal="0" name="Bad"/> | |
6 | + <status minVal="1" maxVal="1" name="Satisfactory"/> | |
7 | + <status minVal="2" maxVal="2" name="Good"/> | |
8 | + <status minVal="3" maxVal="3" name="Exellent"/> | |
9 | + </status_def> | |
10 | + </info> | |
11 | + <get><vi name="mms1:scpot:brst"> | |
12 | + <baseParam name="mms1_edp_quality_brst_l2"/></vi></get> | |
13 | + <process/> | |
14 | + <output> | |
15 | + <plot> | |
16 | + <statusPlot position="top" colorMapIndex="0"> | |
17 | + <params> | |
18 | + <param id="mms1_edp_scpot_qual_brst"> | |
19 | + <serie/> | |
20 | + </param> | |
21 | + </params> | |
22 | + </statusPlot> | |
23 | + </plot> | |
24 | + </output> | |
25 | +</param> | ... | ... |