YASim: Difference between revisions

Jump to navigation Jump to search
5 bytes added ,  19 March 2017
→‎Aircraft developer helpers: Fix formatting again
(→‎Aircraft developer helpers: Fix formatting again)
Line 389: Line 389:
=== Aircraft developer helpers ===
=== Aircraft developer helpers ===
The command line utility got some new options. For some strange reason, the -a parameter expects altitude in meters instead of ft. This is now visible in the usage message but left unchanged for compatibility.
The command line utility got some new options. For some strange reason, the -a parameter expects altitude in meters instead of ft. This is now visible in the usage message but left unchanged for compatibility.
<code><nowiki>Usage:
<syntaxhighlight>Usage:
   yasim <aircraft.xml> [-g [-a meters] [-s kts] [-approach | -cruise] ]
   yasim <aircraft.xml> [-g [-a meters] [-s kts] [-approach | -cruise] ]
   yasim <aircraft.xml> [-d [-a meters] [-approach | -cruise] ]
   yasim <aircraft.xml> [-d [-a meters] [-approach | -cruise] ]
Line 397: Line 397:
     -a set altitude in meters!
     -a set altitude in meters!
     -s set speed in knots
     -s set speed in knots
   -m print mass distribution table: id, x, y, z, mass</nowiki></code>
   -m print mass distribution table: id, x, y, z, mass</syntaxhighlight>


=== Bugfixes ===
=== Bugfixes ===

Navigation menu