Commit 0b9317cca3d966f48e6ea2398205564d8da385c3
1 parent
af71b22e
Exists in
master
and in
7 other branches
Add missing energy tab definition for MMS FPI FAST
Showing
6 changed files
with
72 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mms2_des_energy"> | |
3 | + <get> | |
4 | + <vi name="mms2:fpi:desmoms"> | |
5 | + <baseParam name="mms2_des_etab_n" useNearestValue="true"> | |
6 | + <clb name="Energy"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>#getClbInfoByIndex($mms2_fpi_desmoms_mms2_des_etab_n;Energy;5)</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mms2_dis_energy"> | |
3 | + <get> | |
4 | + <vi name="mms2:fpi:dismoms"> | |
5 | + <baseParam name="mms2_dis_etab_n" useNearestValue="true"> | |
6 | + <clb name="Energy"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>#getClbInfoByIndex($mms2_fpi_dismoms_mms2_dis_etab_n;Energy;5)</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mms3_des_energy"> | |
3 | + <get> | |
4 | + <vi name="mms3:fpi:desmoms"> | |
5 | + <baseParam name="mms3_des_etab_n" useNearestValue="true"> | |
6 | + <clb name="Energy"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>#getClbInfoByIndex($mms3_fpi_desmoms_mms3_des_etab_n;Energy;5)</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mms3_dis_energy"> | |
3 | + <get> | |
4 | + <vi name="mms3:fpi:dismoms"> | |
5 | + <baseParam name="mms3_dis_etab_n" useNearestValue="true"> | |
6 | + <clb name="Energy"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>#getClbInfoByIndex($mms3_fpi_dismoms_mms3_dis_etab_n;Energy;5)</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mms4_des_energy"> | |
3 | + <get> | |
4 | + <vi name="mms4:fpi:desmoms"> | |
5 | + <baseParam name="mms4_des_etab_n" useNearestValue="true"> | |
6 | + <clb name="Energy"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>#getClbInfoByIndex($mms4_fpi_desmoms_mms4_des_etab_n;Energy;5)</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mms4_dis_energy"> | |
3 | + <get> | |
4 | + <vi name="mms4:fpi:dismoms"> | |
5 | + <baseParam name="mms4_dis_etab_n" useNearestValue="true"> | |
6 | + <clb name="Energy"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>#getClbInfoByIndex($mms4_fpi_dismoms_mms4_dis_etab_n;Energy;5)</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |