Interface: SetVnavDirectToData
Data describing how to set a VNAV direct-to.
Properties
fpa
• Optional
fpa: number
The flight path angle, in degrees, of the VNAV direct-to. If not defined, the default VNAV FPA will be applied.
Ignored if globalLegIndex
is negative.
Defined in
src/sdk/autopilot/vnav/VNavControlEvents.ts:21
globalLegIndex
• globalLegIndex: number
The global index of the flight plan leg containing the VNAV direct-to target constraint. Using a negative index will cancel any existing VNAV direct-to.
Defined in
src/sdk/autopilot/vnav/VNavControlEvents.ts:15
planIndex
• planIndex: number
The index of the flight plan for which to set the VNAV direct-to.
Defined in
src/sdk/autopilot/vnav/VNavControlEvents.ts:9