Skip to main content

Interface: GarminGlidepathComputerOptions

Configuration options for GarminGlidepathComputer.

Properties

allowApproachBaroVNav

Optional allowApproachBaroVNav: boolean

Whether to allow approach service levels requiring baro VNAV. Defaults to false.

Defined in

src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:29


allowPlusVWithoutSbas

Optional allowPlusVWithoutSbas: boolean

Whether to allow +V approach service levels when no SBAS is present. Defaults to true.

Defined in

src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:26


allowRnpAr

Optional allowRnpAr: boolean

Whether to allow RNP (AR) approach service levels. Defaults to false.

Defined in

src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:32


gpsSystemState

Optional gpsSystemState: Subscribable<GPSSystemState>

The current GPS system state. If not defined, then the computer behaves as if a 3D solution with differential corrections applied is available at all times.

Defined in

src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:38


Optional lnavIndex: number | Subscribable<number>

The index of the LNAV from which to source data. Defaults to 0.

Defined in

src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:23


primaryPlanIndex

Optional primaryPlanIndex: number

The index of the flight plan for which to provide vertical guidance. Defaults to 0.

Defined in

src/garminsdk/autopilot/vnav/GarminGlidepathComputer.ts:20