David Culp:
[fg:fgdata.git] / Aircraft / sgs233 / sgs233-set.xml
1 <?xml version="1.0"?>
2 <!--
3 ************************************************************************
4 sgs233 JSBSim config file
5 David Culp,  davidculp2@comcast.net
6 ************************************************************************
7 -->
8
9 <PropertyList>
10
11  <sim>
12
13   <description>Schweizer 2-33</description>
14  
15   <flight-model>jsb</flight-model>
16   <aero>sgs233</aero>
17
18   <startup>
19    <units>feet</units>
20   </startup>
21
22   <presets>
23    <onground>false</onground>
24    <speed-set>knots</speed-set>
25    <airport-id type="string">KSFO</airport-id>
26    <runway type="string">28R</runway>
27    <airspeed-kt type="double">60.0</airspeed-kt>
28    <altitude-ft type="double">3000.0</altitude-ft>
29   </presets>
30   
31   <sound>
32    <path>Aircraft/sgs233/glider-sound.xml</path>
33   </sound>
34
35   <panel>
36    <path>Aircraft/sgs233/Panels/glider-panel.xml</path>
37    <visibility archive="y">true</visibility>
38    <x-offset>256</x-offset>
39   </panel>
40
41   <systems>
42    <electrical>
43     <path>Aircraft/sgs233/null-electrical.xml</path>
44     <servicable archive="y">false</servicable>
45    </electrical>
46   </systems>
47
48   <model>
49     <path>Aircraft/sgs233/Models/sgs233.ac</path>
50   </model>
51
52   <ai>
53    <scenario>thermal_demo</scenario>
54   </ai>
55
56 </sim>
57
58 <controls>
59   <elevator-trim>0.00367</elevator-trim>
60 </controls>
61
62 <environment>
63  <clouds>
64   <status>false</status>
65  </clouds>
66 </environment>
67
68 </PropertyList>