Interface: VNavLeg
Defined in: src/sdk/autopilot/VerticalNavigation.ts:181
A leg in the calculated Vertical Flight Plan.
Properties
altitude
altitude:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:207
The altitude that the leg ends at in meters.
distance
distance:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:195
The distance of the leg in meters.
fpa
fpa:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:192
The fpa of the leg in degrees. Always a positive number.
invalidConstraintAltitude?
optional
invalidConstraintAltitude:number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:216
The constrant altitude assigned to this leg that is invalid, in meters, if one exists.
isAdvisory
isAdvisory:
boolean
Defined in: src/sdk/autopilot/VerticalNavigation.ts:204
Whether or not the altitude provided is advisory.
isBod
isBod:
boolean
Defined in: src/sdk/autopilot/VerticalNavigation.ts:201
If the leg is a bottom of descent.
isDirectToTarget
isDirectToTarget:
boolean
Defined in: src/sdk/autopilot/VerticalNavigation.ts:213
Whether or not the leg is a direct to target.
isEligible
isEligible:
boolean
Defined in: src/sdk/autopilot/VerticalNavigation.ts:198
Whether the leg is eligible for VNAV.
isUserDefined
isUserDefined:
boolean
Defined in: src/sdk/autopilot/VerticalNavigation.ts:210
Whether or not the constraint at this leg is user defined.
legIndex
legIndex:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:186
The index of the leg within the plan segment.
name
name:
string
Defined in: src/sdk/autopilot/VerticalNavigation.ts:189
The name of the leg.
segmentIndex
segmentIndex:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:183
The index of the flight plan segment.