Blame view

test/data/DataBaseParameters/ex_v_cond.xml 405 Bytes
afce918f   Benjamin Renard   Add test/data
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<param xml:id='ex_v_cond'>
	<time_resolution>30</time_resolution>
	<gap_threshold>8</gap_threshold>
	<get>
		<amdaParam name='efield' />
		<amdaParam name='velocity' />
	</get>
	<process>And(greater_than($efield[0],0),greater_than($velocity[0],0))</process>
	<output>
		<dataMining>
			<timeFormat>ISO</timeFormat>
			<fileFormat>XML</fileFormat>
		</dataMining>
	</output>
</param>