Skip to content
nenoruseno edited this page Mar 14, 2017 · 7 revisions

DEFWPT: Defwpt

Define a waypoint only for this scenario/run which is not part of the navigation database inside BlueSky

Usage:

DEFWPT wpname,lat,lon,[FIX/VOR/DME/NDB]

Arguments:

Name Type Required Description
wpname string yes The name of waypoint
lat float yes The latitude of waypoint [deg]
lon float yes The longitude of waypoint [deg]
FIX string no The type of waypoint [1]
VOR string no The type of waypoint [1]
DME string no The type of waypoint [1]
NDB string no The type of waypoint [1]

[1] Select the waypoint type which applicable for that waypoint: FIX, VOR, DME or NDB

Back to command reference.

Clone this wiki locally