Skip to main content

Type Alias: GarminAPConfigOptions

GarminAPConfigOptions = GarminAPConfigDirectorOptions & object

Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:122

Options for configuring Garmin autopilots.

Type declaration

deactivateAutopilotOnGa?

optional deactivateAutopilotOnGa: boolean

Whether to deactivate the autopilot when GA mode is armed in response to a TO/GA mode button press. Defaults to true.

optional navToNavGuidance: GarminNavToNavManager2Guidance

Guidance for the autopilot's nav-to-nav manager to use. If defined, then a GarminNavToNavManager2 will be created as the autopilot's nav-to-nav manager and the guidance will be passed to it. If not defined, then a GarminNavToNavManager will be created instead if an FMS instance or flight planner is passed to the configuration.

optional navToNavOptions: Readonly<GarminNavToNavManager2Options>

Options with which to configure the autopilot's GarminNavToNavManager2 nav-to-nav manager. Ignored if navToNavGuidance is undefined.

useIndicatedMach?

optional useIndicatedMach: boolean

Whether the autopilot should use mach number calculated from the impact pressure derived from indicated airspeed and ambient pressure instead of the true mach number. Defaults to false.