Type Alias: HorizonPitchLimitIndicatorOptions
HorizonPitchLimitIndicatorOptions =
object
Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonDisplay.tsx:94
Options for the pitch limit indicator.
Properties
aoaLimit?
optionalaoaLimit:number|Accessible<number>
Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonDisplay.tsx:105
The angle of attack value, in degrees, at which to position the indicator. A non-finite value or NaN will cause
the indicator to not be displayed. Ignored if pitchLimit is defined.
aoaSmoothingTau?
optionalaoaSmoothingTau:number
Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonDisplay.tsx:118
The time constant, in milliseconds, to apply to angle of attack smoothing when converting angle of attack limits
to pitch limits. A value less than or equal to zero is equivalent to no smoothing. Ignored if pitchLimit is
defined. Defaults to 0.
hidePitchOffsetThreshold
hidePitchOffsetThreshold:
number|Accessible<number>
Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonDisplay.tsx:132
The offset of the airplane's pitch from the indicated pitch limit, in degrees, at which to hide the indicator. For
example, a value of -5 will cause the indicator to be hidden once the airplane's pitch is less than the pitch
limit minus 5 degrees. This value will be clamped to be less than or equal to showPitchOffsetThreshold.
normAoaLimit?
optionalnormAoaLimit:number|Accessible<number>
Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonDisplay.tsx:111
The normalized angle of attack value, at which to position the indicator. A non-finite value or NaN will cause
the indicator to not be displayed. Ignored if pitchLimit or aoaLimit is defined.
pitchLimit?
optionalpitchLimit:number|Accessible<number>
Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonDisplay.tsx:99
The pitch angle, in degrees, at which to position the indicator. A non-finite value or NaN will cause the
indicator to not be displayed.
showPitchOffsetThreshold
showPitchOffsetThreshold:
number|Accessible<number>
Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonDisplay.tsx:125
The offset of the airplane's pitch from the indicated pitch limit, in degrees, at which to show the indicator. For
example, a value of -5 will cause the indicator to be shown once the airplane's pitch is greater than or equal
to the pitch limit minus 5 degrees.