1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <lighting>
- <instruments-norm>0.8</instruments-norm>
- <landing-lights type="bool">false</landing-lights>
- <beacon type="bool">false</beacon>
- <strobe type="bool">false</strobe>
- <nav-lights type="bool">false</nav-lights>
- <cabin-lights type="bool">false</cabin-lights>
- <wing-lights type="bool">false</wing-lights>
- <taxi-light type="bool">false</taxi-light>
- </lighting>
- <cabin-door>
- <open type="bool">0</open>
- </cabin-door>
- <APU>
- <master type="bool">1</master>
- <battery type="double">28.0</battery>
- <running type="bool">1</running>
- <off-start-run type="int">1</off-start-run>
- </APU>
- <electric>
- <battery-switch type="bool">false</battery-switch>
- <generator>0</generator>
- <engines>
- <engine n="0">
- <fuel-pump>0</fuel-pump>
- </engine>
- <engine n="1">
- <fuel-pump>0</fuel-pump>
- </engine>
- </engines>
- </electric>
- <engines>
- <engine n="0">
- <on type="bool">false</on>
- <magnetos>0</magnetos>
- <throttle type="double">0</throttle>
- <condition>0</condition>
- <condition-lever>0</condition-lever>
- <cutoff type="bool">true</cutoff>
- </engine>
- <engine n="1">
- <on type="bool">false</on>
- <magnetos>0</magnetos>
- <throttle type="double">0</throttle>
- <condition>0</condition>
- <condition-lever>0</condition-lever>
- <cutoff type="bool">true</cutoff>
- </engine>
- </engines>
- <gear>
- <brake-parking type="bool">true</brake-parking>
- <tailwheel-lock type="bool">false</tailwheel-lock>
- </gear>
- <flight>
- <speedbrake type="double">0</speedbrake>
- <rudder-trim> 0.000 </rudder-trim>
- <aileron-trim> 0.000 </aileron-trim>
- <elevator-trim> 0.055 </elevator-trim>
- </flight>
- </PropertyList>
|