Skip to content

CASMACHTHR

andubadea edited this page Aug 26, 2022 · 2 revisions

CASMACHTHR: CASMachThr

Changes the threshold at which a velocity value is taken as a Mach number instead of CAS [kts].

Usage:

CASMACHTHR threshold

Arguments 1:

Name Type Required Description
threshold int yes The value under which a velocity value is taken as a Mach number instead of CAS in kts.

Example:

CASMACHTHR 3

Then, when a speed command is used, any value given below 3 is taken as a Mach number, any value above 3 is taken as kts.

Mach number:

SPD 2

Knots:

SPD 5

Back to command reference.

Clone this wiki locally