Command line options: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 24: Line 24:
# <code>--option1</code> (<code>--option2</code>) - in this case <code>--option2</code> is the aliast for <code>--option1</code> which is exactly the same as <code>--option1</code>.
# <code>--option1</code> (<code>--option2</code>) - in this case <code>--option2</code> is the aliast for <code>--option1</code> which is exactly the same as <code>--option1</code>.
# <code>--option1</code><br/><code>--option2</code> - two different options, mutually exclusive. They cannot be used simultaneously, but are connected due to a common description.
# <code>--option1</code><br/><code>--option2</code> - two different options, mutually exclusive. They cannot be used simultaneously, but are connected due to a common description.
# <code>--option1</code>, <code>--option2</code> - two different options that can be specified simultaneously and are connected due to a common description.
# <code>--option1</code>, <code>--option2</code> - two different options that can be used simultaneously and are connected due to a common description.


= General Options =
= General Options =
Line 80: Line 80:


<code>--prop:[type:]name=value</code>
<code>--prop:[type:]name=value</code>
::Set property name to value. Type can be one of string, double, float, long, int, or bool.
::Set property name to value. Type can be one of <tt>string</tt>, <tt>double</tt>, <tt>float</tt>, <tt>long</tt>, <tt>int</tt>, or <tt>bool</tt>.


<code>--config=path</code>
<code>--config=path</code>
Line 575: Line 575:


<code>--com1=frequency</code>, <code>--com2=frequency</code>
<code>--com1=frequency</code>, <code>--com2=frequency</code>
::Set the COM1, COM2 radio frequency.
::Set the COM1 and COM2 radio frequency.


<code>--nav1=[radial:]frequency</code>, <code>--nav2=[radial:]frequency</code>
<code>--nav1=[radial:]frequency</code>, <code>--nav2=[radial:]frequency</code>
::Set the NAV1, NAV2 radio frequency, optionally preceded by a radial.
::Set the NAV1 and NAV2 radio frequency, optionally preceded by a radial.


<code>--adf1=[rotation:]frequency</code>, <code>--adf2=[rotation:]frequency</code>
<code>--adf1=[rotation:]frequency</code>, <code>--adf2=[rotation:]frequency</code>
::Set the ADF1, ADF2 frequency to frequency kHz. You can optionally specify the rotation angle of its compass card by prefixing the frequency with the angle and a colon. The <code>--adf</code> option is deprecated.
::Set the ADF1 and ADF2 frequency to frequency kHz. You can optionally specify the rotation angle of its compass card by prefixing the frequency with the angle and a colon. The <code>--adf</code> option is deprecated.


<code>--dme={nav1|nav2|frequency}</code>
<code>--dme={nav1|nav2|frequency}</code>
1,089

edits

Navigation menu