22 lines
420 B
XML
22 lines
420 B
XML
|
<?xml version="1.0"?>
|
||
|
<!--
|
||
|
************************************************************************
|
||
|
Common configuration for all JSBSim C310 models.
|
||
|
************************************************************************
|
||
|
-->
|
||
|
|
||
|
<PropertyList include="c310-base.xml">
|
||
|
|
||
|
<sim>
|
||
|
|
||
|
<flight-model>jsb</flight-model>
|
||
|
<aero>c310</aero>
|
||
|
|
||
|
</sim>
|
||
|
|
||
|
<controls>
|
||
|
<aileron-trim>-0.026</aileron-trim>
|
||
|
</controls>
|
||
|
|
||
|
</PropertyList>
|