Commit 4d24441a2d77e9f3f933811cfd1c5e72f0a2a739
1 parent
aa5a8dc6
Exists in
master
and in
7 other branches
stativ table index
Showing
3 changed files
with
26 additions
and
24 deletions
Show diff stats
INTERNAL_PARAM_DEF/mav_c6_energy_ave.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="mav_c6_energy_ave"> |
3 | - <get> | |
4 | - <vi name='mavpds:sta:c6'> | |
5 | - <baseParam name="swp_ind" useNearestValue="true"> | |
6 | - <clb name="energy"/> | |
7 | - <clb name="nswp"/> | |
8 | - <clb name="nmass"/> | |
9 | - <clb name="nenergy"/> | |
10 | - </baseParam> | |
11 | - </vi> | |
12 | - </get> | |
13 | - <process description="MAVEN STATIC C6 Energy - ave">#getMavenStaticEnergy($mavpds_sta_c6_swp_ind;32;0)</process> | |
14 | - <output/> | |
3 | + <get> | |
4 | + <amdaParam name="mav_sta_c6_ind"/> | |
5 | + </get> | |
6 | + <process description="MAVEN STATIC C6 Energy - ave">#getMavenStaticEnergy($mav_sta_c6_ind;32;0)</process> | |
7 | + <output/> | |
15 | 8 | </param> |
... | ... |
INTERNAL_PARAM_DEF/mav_c6_mass_ave.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="mav_c6_mass_ave"> |
3 | - <get> | |
4 | - <vi name='mavpds:sta:c6'> | |
5 | - <baseParam name="swp_ind" useNearestValue="true"> | |
6 | - <clb name="mass_arr"/> | |
7 | - <clb name="nswp"/> | |
8 | - <clb name="nmass"/> | |
9 | - <clb name="nenergy"/> | |
10 | - </baseParam> | |
11 | - </vi> | |
12 | - </get> | |
13 | - <process description="MAVEN STATIC C6 Mass - ave">#getMavenStaticEnergy($mavpds_sta_c6_swp_ind;16;1)</process> | |
14 | - <output/> | |
3 | + <get> | |
4 | + <amdaParam name="mav_sta_c6_ind"/> | |
5 | + </get> | |
6 | + <process description="MAVEN STATIC C6 Mass - ave">#getMavenStaticEnergy($mav_sta_c6_ind;16;1)</process> | |
7 | + <output/> | |
15 | 8 | </param> |
... | ... |
... | ... | @@ -0,0 +1,16 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mav_sta_c6_ind"> | |
3 | + <get> | |
4 | + <vi name='mavpds:sta:c6'> | |
5 | + <baseParam name="swp_ind" useNearestValue="true"> | |
6 | + <clb name="mass_arr"/> | |
7 | + <clb name="energy"/> | |
8 | + <clb name="nswp"/> | |
9 | + <clb name="nmass"/> | |
10 | + <clb name="nenergy"/> | |
11 | + </baseParam> | |
12 | + </vi> | |
13 | + </get> | |
14 | + <process/> | |
15 | + <output/> | |
16 | +</param> | |
0 | 17 | \ No newline at end of file |
... | ... |