Commit b0b999ea1499cb691717cb44b82e66b2966de5b1
1 parent
62c84f74
Exists in
master
Add PSP/SPI/MOM v_tot parameter
Showing
2 changed files
with
20 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id='psp_spi_Hvtot'> | ||
3 | + <gap_threshold>128</gap_threshold> | ||
4 | + <get> | ||
5 | + <amdaParam name='psp_spi_Hv'/> | ||
6 | + </get> | ||
7 | + <process description="magnitude(psp_spi_Hv)">magnitude($psp_spi_Hv)</process> | ||
8 | + <output/> | ||
9 | +</param> | ||
10 | + |
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id='psp_spi_avtot'> | ||
3 | + <gap_threshold>128</gap_threshold> | ||
4 | + <get> | ||
5 | + <amdaParam name='psp_spi_av'/> | ||
6 | + </get> | ||
7 | + <process description="magnitude(psp_spi_av)">magnitude($psp_spi_av)</process> | ||
8 | + <output/> | ||
9 | +</param> | ||
10 | + |