Skip to main content

Type Alias: GlidePathDescription

GlidePathDescription = object

Defined in: src/sdk/autopilot/calculators/GlidePathCalculator2.ts:16

A description of a glidepath.

Properties

angle

readonly angle: number

Defined in: src/sdk/autopilot/calculators/GlidePathCalculator2.ts:30

The angle of the glidepath, in degrees. Positive angles represent a descending path.


planIndex

readonly planIndex: number

Defined in: src/sdk/autopilot/calculators/GlidePathCalculator2.ts:18

The index of the flight plan containing the glidepath.


referenceAltitude

readonly referenceAltitude: number

Defined in: src/sdk/autopilot/calculators/GlidePathCalculator2.ts:27

The altitude, in meters, of the glidepath reference point.


referenceLegIndex

readonly referenceLegIndex: 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.