1
0
Fork 0
fgdata/Aircraft/c172-base.xml
david 50513d7558 Factored out some common configuration in the C172P and misc. C172
config files.

Retrimmed the JSBSim 172P to use more rudder and less aileron,
improving coordination in cruise.
2002-11-16 20:31:48 +00:00

31 lines
586 B
XML

<?xml version="1.0"?>
<!--
************************************************************************
Common configuration for all C172 aircraft.
************************************************************************
-->
<PropertyList>
<sim>
<systems>
<electrical>
<path>Aircraft/c172/c172-electrical.xml</path>
</electrical>
</systems>
<sound>
<audible archive="y">true</audible>
<path archive="y">Aircraft/c172/c172-sound.xml</path>
</sound>
</sim>
<engines>
<engine>
<rpm type="double">700</rpm>
</engine>
</engines>
</PropertyList>