Interface: VNavConstraint
A Vertical Flight Plan Constraint.
Properties
distance
• distance: number
The total distance of the legs that make up this constriant segment in meters.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:252
fpa
• fpa: number
The flight path angle to take through the legs in this constraint in degrees. Always a positive number.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:255
index
• index: number
The global leg index for the constraint.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:224
isBeyondFaf
• isBeyondFaf: boolean
Whether or not this constraint is beyond the FAF.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:265
isPathEnd
• isPathEnd: boolean
Whether or not this constraint is the last constraint prior to a MANSEQ or other VNAV ineligible leg type.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:243
isTarget
• isTarget: boolean
Whether or not this constraint is a target that will be held at during a level-off or whether it will instead be passed through with no level off.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:240
legs
• legs: VNavLeg
[]
The legs contained in this constraint segment.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:258
maxAltitude
• maxAltitude: number
The max altitude of the constraint in meters, or positive infinity if the constraint has no maximum altitude.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:230
minAltitude
• minAltitude: number
The minimum altitude of the constraint in meters, or negative infinity if the constraint has no minimum altitude.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:227
name
• name: string
The name of the leg at this constraint.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:249
nextVnavEligibleLegIndex
• Optional
nextVnavEligibleLegIndex: number
If this constraint isPathEnd, what is the leg index of the next vnav eligible leg.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:246
targetAltitude
• targetAltitude: number
The target altitude of the constraint in meters.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:233
type
• type: "direct"
| "climb"
| "descent"
| "manual"
| "missed"
| "dest"
The type of constraint segment.
Defined in
src/sdk/autopilot/VerticalNavigation.ts:262