Skip to content
Jerommaas edited this page Mar 14, 2017 · 4 revisions

MCRE: Mcre

Create a total of n randomly positioned aircraft.

All aircraft will be created within the current window frame. The headings of the aircraft are integers in the interval [0,360] degrees.

All random values have uniform distributions.

To create a single aircraft, use CRE.

Usage:

MCRE n, [type/*, alt/*, spd/*, dest/*]

Arguments:

Name Type Required Description
n int yes Number of aircraft to create
type txt no ICAO aircraft type designator [List][1]
alt float no Altitude [2]
spd float no Aircraft speed [3]
dest txt no Aircraft destination [4]

[1] If no aircraft type is given, the Boeing 744 is used.

[2] Altitude can be given as altitude [ft] or flight level [-]. In order to give the altitude as flight level, use the letters "FL". If no altitude is given, a random altitude is selected in the interval [2000, 39000] ft.

[3] Speed can be given as Calibrated Airspeed [kts] or Mach number [-]. If no speed is given, a random CAS is selected in the interval [250, 450] kts.

[4] This functionality is not implemented yet.

Back to command reference.

Clone this wiki locally