<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2015 onox This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. --> <PropertyList> <electrical> <name>electrical</name> <number>0</number> <!-- null electrical system path here so we can use a nasal based --> <!-- model defined later in the nasal section of this file. --> <path/> </electrical> <pitot> <name>pitot</name> <number>0</number> <!-- Default angle --> <stall-deg>60</stall-deg> </pitot> <static> <name>static</name> <number>0</number> <tau>0.1</tau> <!-- Side-slip angle influence only. Type 2 will also give AoA influence. See Docs/README.systems. --> <type>1</type> <error-factor>0.2</error-factor> </static> <vacuum> <name>vacuum</name> <number>0</number> <rpm>/engines/active-engine/rpm</rpm> <scale>1.0</scale> </vacuum> </PropertyList>