Type Alias: GarminAPConfigDirectorOptions
GarminAPConfigDirectorOptions =
object
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:39
Options for configuring Garmin autopilot directors.
Properties
cdiId?
optional
cdiId:string
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:47
The ID of the CDI associated with the autopilot. Defaults to the empty string (''
).
defaultBankRate?
optional
defaultBankRate:number
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:44
The default rate at which commanded bank changes, in degrees per second. Defaults to 10
.
defaultPitchRate?
optional
defaultPitchRate:number
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:41
The default rate at which commanded pitch changes, in degrees per second. Defaults to 5
.
gaPitchAngle?
optional
gaPitchAngle:number
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:106
The target pitch angle, in degrees, commanded by the GA director. Positive values indicate upward pitch. Defaults
to 7.5
.
glidepathGuidance?
optional
glidepathGuidance:Accessible
<Readonly
<GarminVNavGlidepathGuidance
>>
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:70
Guidance for the autopilot's glidepath director to use. Ignored if useInternalVNavComputer
is true
.
hdgMaxBankAngle?
optional
hdgMaxBankAngle:number
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:79
The maximum bank angle, in degrees, supported by the HDG director. Defaults to 25
.
hdgTurnReversalThreshold?
optional
hdgTurnReversalThreshold:number
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:116
The threshold difference between selected heading and current heading, in degrees, at which the heading director
unlocks its commanded turn direction and chooses a new optimal turn direction to establish on the selected
heading, potentially resulting in a turn reversal. Any value less than or equal to 180 degrees effectively
prevents the director from locking a commanded turn direction. Any value greater than or equal to 360 degrees will
require the selected heading to traverse past the current heading in the desired turn direction in order for the
director to issue a turn reversal. Defaults to 331
.
lnavMaxBankAngle?
optional
lnavMaxBankAngle:number
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:88
The maximum bank angle, in degrees, supported by the LNAV director. Defaults to 25
.
lnavOptions?
optional
lnavOptions:Readonly
<GarminLNavDirectorOptions
>
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:50
Options for the LNAV director.
locMaxBankAngle?
optional
locMaxBankAngle:number
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:85
The maximum bank angle, in degrees, supported by the LOC director. Defaults to 25
.
lowBankAngle?
optional
lowBankAngle:number
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:94
The maximum bank angle, in degrees, to apply to the HDG, VOR, LOC, and LNAV directors while in Low Bank Mode.
Defaults to 15
.
rollMaxBankAngle?
optional
rollMaxBankAngle:number
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:76
The maximum bank angle, in degrees, supported by the ROL director. Defaults to 25
.
rollMinBankAngle?
optional
rollMinBankAngle:number
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:73
The minimum bank angle, in degrees, supported by the ROL director. Defaults to 6
.
toPitchAngle?
optional
toPitchAngle:number
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:100
The target pitch angle, in degrees, commanded by the TO director. Positive values indicate upward pitch. Defaults
to 10
.
useInternalVNavComputer?
optional
useInternalVNavComputer:boolean
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:58
Whether the autopilot should use internal VNAV and glidepath computers. Internal computers require that a vertical
path calculator and either flight planner or static (not subscribable) FMS instance be defined. If these
conditions are not met and useInternalVNavComputer
is true
, then the autopilot will be configured without
VNAV or glidepath capability. Defaults to true
.
verticalPathGuidance?
optional
verticalPathGuidance:Accessible
<Readonly
<GarminVNavPathGuidance
>>
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:67
Guidance for the autopilot's VNAV path director to use. Ignored if useInternalVNavComputer
is true
.
vnavGuidance?
optional
vnavGuidance:Accessible
<Readonly
<GarminVNavGuidance
>>
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:64
VNAV guidance for the autopilot's VNAV manager to use. Ignored if useInternalVNavComputer
is true
.
vnavOptions?
optional
vnavOptions:Readonly
<GarminVNavManager2InternalComputerOptions
>
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:61
Options for the autopilot's internal VNAV and glidepath computers. Ignored if useInternalVNavComputer
is false
.
vorMaxBankAngle?
optional
vorMaxBankAngle:number
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:82
The maximum bank angle, in degrees, supported by the VOR director. Defaults to 25
.