Commit ed9246bdfa06b8d0c56d98166700b19fa4e501de
1 parent
8cdc3dc9
Exists in
master
and in
7 other branches
ned, nel good
Showing
2 changed files
with
22 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="ros_lap_ned_good"> | |
3 | + <get> | |
4 | + <vi name="ros:lap:ned"> | |
5 | + <baseParam name="N_ED"/> | |
6 | + </vi> | |
7 | + <amdaParam name="ros_lap_ned_q"/> | |
8 | + </get> | |
9 | + <process>$ros_lap_ned_N_ED * greater_than($ros_lap_ned_q,0.2)</process> | |
10 | + <output/> | |
11 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="ros_lap_nel_good"> | |
3 | + <get> | |
4 | + <vi name="ros:lap:nel"> | |
5 | + <baseParam name="N_EL"/> | |
6 | + </vi> | |
7 | + <amdaParam name="ros_lap_nel_q"/> | |
8 | + </get> | |
9 | + <process>$ros_lap_nel_N_EL * greater_than($ros_lap_nel_q,0.2)</process> | |
10 | + <output/> | |
11 | +</param> | ... | ... |