A350-family/Systems/gear-agl-ft.xml
2020-08-01 13:18:51 +08:00

26 lines
584 B
XML

<?xml version="1.0"?>
<!-- IT-AUTOFLIGHT -->
<!-- Copyright (c) 2020 Joshua Davidson (Octal450) -->
<!-- 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>