Skip to main content

Class: FmsSpeedsConfig

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:170

A configuration object which defines options related to FMS speeds.

Implements

Constructors

Constructor

new FmsSpeedsConfig(baseInstrument, element): FmsSpeedsConfig

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:194

Creates a new FmsSpeedsConfig from a configuration document element.

Parameters

ParameterTypeDescription
baseInstrumentBaseInstrumentThe BaseInstrument element associated with the configuration.
elementundefined | ElementA configuration document element.

Returns

FmsSpeedsConfig

Properties

airframeLimits

readonly airframeLimits: Readonly<FmsAirframeSpeedLimits>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:175

Airframe speed limits.


climbSchedules

readonly climbSchedules: readonly Readonly<FmsSpeedClimbSchedule>[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:181

Pre-defined climb schedules.


configurationSpeeds

readonly configurationSpeeds: readonly Readonly<FmsConfigurationSpeedDefinition>[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:178

Definitions for aircraft configuration speed limits, in order from highest to lowest speed.


cruiseSchedules

readonly cruiseSchedules: readonly Readonly<FmsSpeedCruiseSchedule>[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:184

Pre-defined cruise schedules.


descentSchedules

readonly descentSchedules: readonly Readonly<FmsSpeedDescentSchedule>[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:187

Pre-defined descent schedules.


generalLimits

readonly generalLimits: Readonly<FmsSpeedsGeneralLimits>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:172

General speed limits.