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
Parameter | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A 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: readonlyReadonly
<FmsSpeedClimbSchedule
>[]
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:181
Pre-defined climb schedules.
configurationSpeeds
readonly
configurationSpeeds: readonlyReadonly
<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: readonlyReadonly
<FmsSpeedCruiseSchedule
>[]
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:184
Pre-defined cruise schedules.
descentSchedules
readonly
descentSchedules: readonlyReadonly
<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.