Interface: VNavLeg
Defined in: src/sdk/autopilot/VerticalNavigation.ts:187
A leg in a VerticalFlightPlan.
Properties
altitude
altitude:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:224
The altitude of the vertical path at the end of this leg, in meters.
distance
distance:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:205
The distance of this leg, in meters.
fpa
fpa:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:202
The flight path angle of the vertical path terminating at the constraint to which this leg is assigned, in degrees. Positive angles represent a descending path. This leg is assigned to the earliest (in flight plan order) constraint whose host leg is equal to or past (in flight plan order) this leg.
invalidConstraintAltitude?
optionalinvalidConstraintAltitude:number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:233
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:221
Whether this leg does not host a descent constraint.
isBod
isBod:
boolean
Defined in: src/sdk/autopilot/VerticalNavigation.ts:215
Whether this leg hosts a descent constraint that is considered to be a bottom-of-descent (BOD) point.
isDirectToTarget
isDirectToTarget:
boolean
Defined in: src/sdk/autopilot/VerticalNavigation.ts:230
Whether or not this leg is a direct to target.
isEligible
isEligible:
boolean
Defined in: src/sdk/autopilot/VerticalNavigation.ts:208
Whether this leg is eligible for VNAV to compute a vertical path through it.
isUserDefined
isUserDefined:
boolean
Defined in: src/sdk/autopilot/VerticalNavigation.ts:227
Whether or not the constraint at this leg is user defined.
legIndex
legIndex:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:192
The index of this leg within its containing flight plan segment.
name
name:
string
Defined in: src/sdk/autopilot/VerticalNavigation.ts:195
The name of this leg.
segmentIndex
segmentIndex:
number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:189
The index of the flight plan segment that contains this leg.