Skip to main content

Interface: VNavLeg

A leg in the calculated Vertical Flight Plan.

Properties

altitude

altitude: number

The altitude that the leg ends at in meters.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:207


distance

distance: number

The distance of the leg in meters.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:195


fpa

fpa: number

The fpa of the leg in degrees. Always a positive number.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:192


invalidConstraintAltitude

Optional invalidConstraintAltitude: number

The constrant altitude assigned to this leg that is invalid, in meters, if one exists.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:216


isAdvisory

isAdvisory: boolean

Whether or not the altitude provided is advisory.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:204


isBod

isBod: boolean

If the leg is a bottom of descent.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:201


isDirectToTarget

isDirectToTarget: boolean

Whether or not the leg is a direct to target.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:213


isEligible

isEligible: boolean

Whether the leg is eligible for VNAV.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:198


isUserDefined

isUserDefined: boolean

Whether or not the constraint at this leg is user defined.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:210


legIndex

legIndex: number

The index of the leg within the plan segment.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:186


name

name: string

The name of the leg.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:189


segmentIndex

segmentIndex: number

The index of the flight plan segment.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:183