Type Alias: GlidePathDescription
GlidePathDescription =
object
Defined in: src/sdk/autopilot/calculators/GlidePathCalculator2.ts:16
A description of a glidepath.
Properties
angle
readonlyangle:number
Defined in: src/sdk/autopilot/calculators/GlidePathCalculator2.ts:30
The angle of the glidepath, in degrees. Positive angles represent a descending path.
planIndex
readonlyplanIndex:number
Defined in: src/sdk/autopilot/calculators/GlidePathCalculator2.ts:18
The index of the flight plan containing the glidepath.
referenceAltitude
readonlyreferenceAltitude:number
Defined in: src/sdk/autopilot/calculators/GlidePathCalculator2.ts:27
The altitude, in meters, of the glidepath reference point.
referenceLegIndex
readonlyreferenceLegIndex:number
Defined in: src/sdk/autopilot/calculators/GlidePathCalculator2.ts:24
The global index of the flight plan leg containing the glidepath reference point, or -1 if there is no valid
glidepath. The reference point is always located at the end of its containing leg.