copilot.xml 437 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <!-- Buccaneer model config file -->
  3. <!-- Vivian Meazza 2007/10/1 vivian.meazza@lineone.net -->
  4. <!-- Ver 0.1.0 -->
  5. <PropertyList>
  6. <path>null.ac</path>
  7. <nasal>
  8. <load>
  9. cmdarg().getNode("sim/model/ac-type", 1).setValue("buccaneer-obs");
  10. </load>
  11. </nasal>
  12. <!-- *** LoD for the whole model *** -->
  13. <animation>
  14. <type>range</type>
  15. <min-m>0</min-m>
  16. <max-m>10000</max-m>
  17. </animation>
  18. </PropertyList>