Commit 8d39d5e7948076e9ae3cb9e904f106edd5fdaf96

Authored by Benjamin Renard
1 parent eb46d52f
Exists in juice_jdc and in 1 other branch amdadev

Add parameters for SOHO / ERNE / LED

PARAM_DEF/soho_erne_leda.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='soho_erne_leda'>
  3 + <get>
  4 + <vi name='soho:erne:led'>
  5 + <baseParam name='AL'/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/soho_erne_ledp.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='soho_erne_ledp'>
  3 + <get>
  4 + <vi name='soho:erne:led'>
  5 + <baseParam name='PL'/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...