Class: FmsSpeedsConfig
A configuration object which defines options related to FMS speeds.
Implements
Constructors
constructor
• new FmsSpeedsConfig(baseInstrument
, element
): FmsSpeedsConfig
Creates a new RadiosConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A configuration document element. |
Returns
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:193
Properties
airframeLimits
• Readonly
airframeLimits: Readonly
<FmsAirframeSpeedLimits
>
Airframe speed limits.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:174
climbSchedules
• Readonly
climbSchedules: readonly Readonly
<FmsSpeedClimbSchedule
>[]
Pre-defined climb schedules.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:180
configurationSpeeds
• Readonly
configurationSpeeds: readonly Readonly
<FmsConfigurationSpeedDefinition
>[]
Definitions for aircraft configuration speed limits, in order from highest to lowest speed.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:177
cruiseSchedules
• Readonly
cruiseSchedules: readonly Readonly
<FmsSpeedCruiseSchedule
>[]
Pre-defined cruise schedules.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:183
descentSchedules
• Readonly
descentSchedules: readonly Readonly
<FmsSpeedDescentSchedule
>[]
Pre-defined descent schedules.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:186
generalLimits
• Readonly
generalLimits: Readonly
<FmsSpeedsGeneralLimits
>
General speed limits.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:171