Commit 78adf3cb0879d4b4b41d280ac4737d7c2804e320

Authored by Benjamin Renard
1 parent 58f05e59

Add SoLo / PAS / L2 V_solo parameters

PARAM_DEF/pas_momgr1_v_solo_rtn.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_momgr1_v_solo_rtn">
  3 + <gap_threshold>20</gap_threshold>
  4 + <get>
  5 + <vi name='so:pas:momgr1'>
  6 + <baseParam name="V_SOLO_RTN"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
... ...
PARAM_DEF/pas_momgr1_v_solo_tot.xml 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_momgr1_v_solo_tot">
  3 + <gap_threshold>20</gap_threshold>
  4 + <get>
  5 + <amdaParam name="pas_momgr1_v_solo_rtn"/>
  6 + </get>
  7 + <process>magnitude($pas_momgr1_v_solo_rtn)</process>
  8 + <output/>
  9 +</param>
... ...