systems.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0"?>
  2. <!--
  3. This file is part of FlightGear, the free flight simulator
  4. http://www.flightgear.org/
  5. Copyright (C) 2009 Torsten Dreyer, Torsten (at) t3r _dot_ de
  6. This program is free software; you can redistribute it and/or
  7. modify it under the terms of the GNU General Public License as
  8. published by the Free Software Foundation; either version 2 of the
  9. License, or (at your option) any later version.
  10. This program is distributed in the hope that it will be useful, but
  11. WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  13. General Public License for more details.
  14. -->
  15. <PropertyList>
  16. <electrical>
  17. <name>electrical</name>
  18. <number>0</number>
  19. <path>Aircraft/ec130/Nasal/Electrical.nas</path>
  20. </electrical>
  21. <pitot>
  22. <name>pitot</name>
  23. <number>0</number>
  24. </pitot>
  25. <static>
  26. <name>static</name>
  27. <number>0</number>
  28. <tau>1</tau>
  29. </static>
  30. <vacuum>
  31. <name>vacuum</name>
  32. <number>0</number>
  33. <rpm>engines/engine[0]/rpm</rpm>
  34. <scale>1.0</scale>
  35. </vacuum>
  36. </PropertyList>