Delete gear-agl-ft.xml
This commit is contained in:
parent
8fe8c88029
commit
2471ddff9e
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
|||
<?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>
|
Loading…
Reference in a new issue