Type Alias: EspOptions
EspOptions =
object
Defined in: src/garminsdk/esp/Esp.ts:10
Configuration options for Esp.
Properties
armAglThreshold
armAglThreshold:
number
Defined in: src/garminsdk/esp/Esp.ts:12
The above ground height, in feet, at or above which ESP can become armed from a disarmed state.
armMaxPitchLimit?
optionalarmMaxPitchLimit:number
Defined in: src/garminsdk/esp/Esp.ts:30
The maximum pitch angle, in degrees, at which ESP can become armed. Positive angles represent downward pitch.
Defaults to 90.
armMinPitchLimit?
optionalarmMinPitchLimit:number
Defined in: src/garminsdk/esp/Esp.ts:24
The minimum pitch angle, in degrees, at which ESP can become armed. Positive angles represent downward pitch.
Defaults to -90.
armRollLimit?
optionalarmRollLimit:number
Defined in: src/garminsdk/esp/Esp.ts:33
The maximum roll angle magnitude, in degrees, at which ESP can become armed. Defaults to 90.
canArmWhenAglInvalid?
optionalcanArmWhenAglInvalid:boolean
Defined in: src/garminsdk/esp/Esp.ts:18
Whether ESP can become armed when AGL data is invalid. Defaults to false.
disarmAglThreshold
disarmAglThreshold:
number
Defined in: src/garminsdk/esp/Esp.ts:15
The above ground height, in feet, below which ESP becomes disarmed from an armed state.
engagementTimeWindow?
optionalengagementTimeWindow:number
Defined in: src/garminsdk/esp/Esp.ts:84
The length of the window, in seconds, in which engagement time is tracked. Values less than or equal to zero will
cause engagement time to not be tracked. Defaults to 0.
pitchAxisForceRate?
optionalpitchAxisForceRate:number
Defined in: src/garminsdk/esp/Esp.ts:53
The rate at which the system changes the force applied to the pitch control axis, in units of force per second.
Defaults to 0.1.
pitchAxisMaxForceDown?
optionalpitchAxisMaxForceDown:number
Defined in: src/garminsdk/esp/Esp.ts:47
The maximum force ESP is allowed to apply to the pitch control axis to move it in the pitch down direction. A
force of magnitude one is the amount of force required to deflect the control axis from the neutral position to
maximum deflection (on either side). Defaults to 1.
pitchAxisMaxForceUp?
optionalpitchAxisMaxForceUp:number
Defined in: src/garminsdk/esp/Esp.ts:40
The maximum force ESP is allowed to apply to the pitch control axis to move it in the pitch up direction. A force
of magnitude one is the amount of force required to deflect the control axis from the neutral position to maximum
deflection (on either side). Defaults to 1.
pitchAxisUnloadRate?
optionalpitchAxisUnloadRate:number
Defined in: src/garminsdk/esp/Esp.ts:59
The rate at which the system unloads force applied to the pitch control axis when it is not armed, in units of
force per second. Defaults to 1.
rollAxisForceRate?
optionalrollAxisForceRate:number
Defined in: src/garminsdk/esp/Esp.ts:72
The rate at which the system changes the force applied to the roll control axis, in units of force per second.
Defaults to 0.1.
rollAxisMaxForce?
optionalrollAxisMaxForce:number
Defined in: src/garminsdk/esp/Esp.ts:66
The maximum force ESP is allowed to apply to the roll control axis. A force of magnitude one is the amount of
force required to deflect the control axis from the neutral position to maximum deflection (on either side).
Defaults to 1.
rollAxisUnloadRate?
optionalrollAxisUnloadRate:number
Defined in: src/garminsdk/esp/Esp.ts:78
The rate at which the system unloads force applied to the roll control axis when it is not armed, in units of
force per second. Defaults to 1.