Skip to main content

Interface: GarminNavToNavManager2Guidance

Guidance data for GarminNavToNavManager2.

Properties

armableLateralMode

Readonly armableLateralMode: Accessible<APLateralModes>

The autopilot lateral mode that can be armed prior to a CDI source switch, or APLateralModes.NONE if no modes can be armed.

Defined in

src/garminsdk/autopilot/navtonav/GarminNavToNavManager2.ts:23


armableNavRadioIndex

Readonly armableNavRadioIndex: Accessible<-1 | NavRadioIndex>

The index of the NAV radio that can be armed for a CDI source switch, or -1 if a CDI source switch cannot be armed.

Defined in

src/garminsdk/autopilot/navtonav/GarminNavToNavManager2.ts:17


armableVerticalMode

Readonly armableVerticalMode: Accessible<APVerticalModes>

The autopilot vertical mode that can be armed prior to a CDI source switch, or APVerticalModes.NONE if no modes can be armed.

Defined in

src/garminsdk/autopilot/navtonav/GarminNavToNavManager2.ts:29


canSwitchCdi

Readonly canSwitchCdi: Accessible<boolean>

Whether a CDI source switch is allowed at the current time.

Defined in

src/garminsdk/autopilot/navtonav/GarminNavToNavManager2.ts:32


cdiId

Readonly cdiId: Accessible<string>

The ID of the CDI for which a CDI switch should be commanded.

Defined in

src/garminsdk/autopilot/navtonav/GarminNavToNavManager2.ts:11


isExternalCdiSwitchInProgress

Readonly isExternalCdiSwitchInProgress: Accessible<boolean>

Whether an external entity is currently in the process of switching the autopilot's CDI source.

Defined in

src/garminsdk/autopilot/navtonav/GarminNavToNavManager2.ts:35