1 2 3 4 5 6 7 8 9 10
<?xml version="1.0"?> <param xml:id='expression_logical_5'> <time_resolution>3600</time_resolution> <get> <amdaParam name='dst'/> <amdaParam name='speed'/> </get> <process description="(dst+1000.0/speed)>0">greater_than($dst + 1000.0/$speed, 0)</process> <output/> </param>