A350-family/Systems/gear-agl-ft.xml
fly 2c15b8362f Initial commit
Signed-off-by: fly <merspieler@airmail.cc>
2020-07-19 00:49:38 +10:00

26 lines
603 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- IT-AUTOFLIGHT -->
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
<!-- Only for JSBsim aircraft, YAsim aircraft calculate this automatically -->
<PropertyList>
<filter>
<name>Gear AGL Altitude FT</name>
<type>gain</type>
<gain>1.0</gain>
<input>
<expression>
<dif>
<property>/position/altitude-agl-ft</property>
<value>15.0</value> <!-- Change this value to adjust property -->
</dif>
</expression>
</input>
<output>/position/gear-agl-ft</output>
<min>0</min>
<max>50000</max>
</filter>
</PropertyList>