1
0
Fork 0
fgdata/Aircraft/Instruments-3d/primus-1000/AP-control.xml

38 lines
883 B
XML
Raw Normal View History

<?xml version="1.0"?>
<!--
Author : Syd Adams
Primus 1000 Autopilot Controller
-->
<PropertyList>
<path>AP-control.ac</path>
2007-12-05 06:18:49 +00:00
<animation>
<type>select</type>
<object-name>AP-on</object-name>
<condition>
<not>
<property>autopilot/locks/passive-mode</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>YD-on</object-name>
<condition>
<property>controls/flight/yaw-damper</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Low-on</object-name>
<condition>
<equals>
<property>autopilot/settings/low-bank-deg</property>
<value>14</value>
</equals>
</condition>
</animation>
</PropertyList>