-
Notifications
You must be signed in to change notification settings - Fork 251
DEFWPT
nenoruseno edited this page Mar 14, 2017
·
7 revisions
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