Skip to main content

Interface: VerticalFlightPlan

A Vertical Flight Plan cooresponding to a lateral flight plan.

Properties

constraints

constraints: VNavConstraint[]

The VNav Constraints in this Vertical Flight Plan

Defined in

src/sdk/autopilot/VerticalNavigation.ts:84


currentAlongLegDistance

currentAlongLegDistance: undefined | number

The current along leg distance for the active lateral leg in this flight plan

Defined in

src/sdk/autopilot/VerticalNavigation.ts:111


destLegIndex

destLegIndex: undefined | number

The global leg index of the destination leg, or undefined

Defined in

src/sdk/autopilot/VerticalNavigation.ts:87


fafLegIndex

fafLegIndex: undefined | number

The global leg index of the FAF leg, or undefined

Defined in

src/sdk/autopilot/VerticalNavigation.ts:90


firstDescentConstraintLegIndex

firstDescentConstraintLegIndex: undefined | number

The global leg index of the first descent constraint, or undefined

Defined in

src/sdk/autopilot/VerticalNavigation.ts:93


lastDescentConstraintLegIndex

lastDescentConstraintLegIndex: undefined | number

The global leg index of the last descent constraint, or undefined

Defined in

src/sdk/autopilot/VerticalNavigation.ts:96


length

length: number

The number of legs in this flight plan.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:78


missedApproachStartIndex

missedApproachStartIndex: undefined | number

The global leg index of the first missed approach leg, or undefined

Defined in

src/sdk/autopilot/VerticalNavigation.ts:99


planChanged

planChanged: boolean

Whether the corresponding lateral flight plan has changed since the last time this plan was calculated.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:114


planIndex

planIndex: number

The Flight Plan Index

Defined in

src/sdk/autopilot/VerticalNavigation.ts:75


segments

segments: VNavPlanSegment[]

The Flight Plan Segments in the VerticalFlightPlan (should always be the same as the lateral plan)

Defined in

src/sdk/autopilot/VerticalNavigation.ts:81


verticalDirectFpa

verticalDirectFpa: undefined | number

The flight path angle, in degrees, of this plan's vertical direct constraint, or undefined if there is no vertical direct constraint. Positive angles represent descending paths.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:108


verticalDirectIndex

verticalDirectIndex: undefined | number

The global leg index of the currently active vertical direct leg, or undefined

Defined in

src/sdk/autopilot/VerticalNavigation.ts:102