30 lines
650 B
XML
30 lines
650 B
XML
<?xml version="1.0"?>
|
|
|
|
<!-- Airbus A320 Cockpit -->
|
|
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
|
|
|
<system name="A320: Cockpit"> <!-- Everything here is after all systems -->
|
|
|
|
<channel name="Animations">
|
|
|
|
<fcs_function name="fadec/throttle-lever[0]">
|
|
<function>
|
|
<quotient>
|
|
<property>fadec/control-1/lever/angle</property>
|
|
<value>45</value>
|
|
</quotient>
|
|
</function>
|
|
</fcs_function>
|
|
|
|
<fcs_function name="fadec/throttle-lever[1]">
|
|
<function>
|
|
<quotient>
|
|
<property>fadec/control-2/lever/angle</property>
|
|
<value>45</value>
|
|
</quotient>
|
|
</function>
|
|
</fcs_function>
|
|
|
|
</channel>
|
|
|
|
</system>
|