Instrumentation.xml 899 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <!-- The EFIS section ust be inclused within your instumentation section of your SET file or an Instrumentation XML file.
  4. <instrumentation>
  5. <efis>
  6. <ecam>
  7. <display-mode type="string">FUEL</display-mode>
  8. </ecam>
  9. <nd>
  10. <display-mode type="string">VOR</display-mode>
  11. <display-mode-knob type="int">2</display-mode-knob>
  12. <display-range type="int">40</display-range>
  13. </nd>
  14. <input>
  15. <vor-adf-1 type="int">1</vor-adf-1>
  16. <vor-adf-2 type="int">1</vor-adf-2>
  17. <CSTR type="bool">1</CSTR>
  18. <WPT type="bool">1</WPT>
  19. <VORD type="bool">1</VORD>
  20. <NDB type="bool">1</NDB>
  21. <ARPT type="bool">1</ARPT>
  22. <WX type="bool">1</WX>
  23. <TERR type="bool">1</TERR>
  24. <TRAF type="bool">1</TRAF>
  25. <taxi type="bool">1</taxi>
  26. </input>
  27. </efis>
  28. </instrumentation>
  29. </PropertyList>