forked from omega95-aircraft/fg-ejet-family
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Embraer195-set.xml
50 lines (42 loc) · 1.06 KB
/
Embraer195-set.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList include="ERJ-set-common.xml">
<sim>
<description>Embraer Regional Jet 195 (190-200)</description>
<variant-of>Embraer170</variant-of>
<aero>ERJ195</aero>
<engine>GE_CF34-10E</engine>
<model>
<path>Aircraft/E-jet-family/XMLs/ERJ-195.xml</path>
<door n="0">
<position-x-m>-12.443</position-x-m>
</door>
</model>
<view>
<config>
<z-offset-m archive="y">-14.57</z-offset-m>
</config>
</view>
<view n="103">
<config>
<z-offset-m archive="y">-14.57</z-offset-m>
</config>
</view>
<view n="104">
<name>Passenger View</name>
</view>
</sim>
<payload>
<weight n="1">
<!-- Max payload (ERJ195): 30,716lb according to http://www.embraercommercialaviation.com/AircraftPDF/E195_Weights.pdf -->
<max-lb type="double">22960</max-lb>
</weight>
</payload>
<instrumentation>
<cdu>
<ident>
<model>ERJ195-200</model>
<engines>GE_CF34-10E</engines>
</ident>
</cdu>
</instrumentation>
</PropertyList>