Skip to main content

Type Alias: GarminNavToNavComputerOptions

GarminNavToNavComputerOptions = object

Defined in: src/garminsdk/autopilot/navtonav/GarminNavToNavComputer.ts:17

Configuration options for GarminNavToNavComputer.

Properties

canSwitchUpdateFrequency?

optional canSwitchUpdateFrequency: number

Defined in: src/garminsdk/autopilot/navtonav/GarminNavToNavComputer.ts:25

The frequency, in hertz, with which the computer updates whether a CDI source switch is allowed. Defaults to 1.


cdiId?

optional cdiId: string

Defined in: src/garminsdk/autopilot/navtonav/GarminNavToNavComputer.ts:19

The ID of the CDI associated with the computer. Defaults to the empty string ('').


inhibitMultipleSwitches?

optional inhibitMultipleSwitches: boolean

Defined in: src/garminsdk/autopilot/navtonav/GarminNavToNavComputer.ts:32

Whether to inhibit multiple CDI source switches for the same approach. If true, then after the CDI changes from a GPS source to a NAV source while a CDI source switch is allowed by the computer, further source switches will be disallowed by the computer until the approach is activated again or another approach is loaded.


optional navRadioIndexes: Iterable<NavRadioIndex> | SubscribableSet<NavRadioIndex>

Defined in: src/garminsdk/autopilot/navtonav/GarminNavToNavComputer.ts:22

The indexes of the NAV radios that are allowable targets of a CDI source switch.