Type Alias: VSpeedUserSettingTypes
VSpeedUserSettingTypes =
object
Defined in: src/garminsdk/settings/VSpeedUserSettings.ts:6
Type descriptions for reference V-speed user settings.
Index Signature
[defaultValue
: `vSpeedDefaultValue_${string}`
]: number
The default value of a V-speed reference, in knots, or -1 if no such value exists.
[userValue
: `vSpeedUserValue_${string}`
]: number
The current user-defined value of a V-speed reference, in knots, or -1 if no such value exists.
[fmsValue
: `vSpeedFmsValue_${string}`
]: number
The current FMS-defined value of a V-speed reference, in knots, or -1 if no such value exists.
[fmsConfigMiscompare
: `vSpeedFmsConfigMiscompare_${string}`
]: boolean
Whether the aircraft configuration does not match the one used by the FMS to calculate the value of a V-speed reference.
[show
: `vSpeedShow_${string}`
]: boolean
Whether to show a V-speed reference on the PFD airspeed indicator.