Skip to main content

Class: SensorsConfig

A configuration object which defines options related to various aircraft sensors.

Implements

Constructors

constructor

new SensorsConfig(baseInstrument, element): SensorsConfig

Creates a new SensorsConfig from a configuration document element.

Parameters

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

Returns

SensorsConfig

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:127

Properties

adcCount

Readonly adcCount: number

The number of ADCs supported by the plane.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:83


adcDefinitions

Readonly adcDefinitions: readonly Readonly<AdcDefinition>[]

ADC definitions. The index of each definition's position in the array corresponds to the index of its ADC.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:91


ahrsCount

Readonly ahrsCount: number

The number of AHRS supported by the plane.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:86


ahrsDefinitions

Readonly ahrsDefinitions: readonly Readonly<AhrsDefinition>[]

AHRS definitions. The index of each definition's position in the array corresponds to the index of its AHRS.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:96


aoaDefinition

Readonly aoaDefinition: Readonly<AoaDefinition>

An angle of attack computer definition.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:99


markerBeaconDefinition

Readonly markerBeaconDefinition: Readonly<MarkerBeaconDefinition>

A marker beacon receiver definition.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:111


radarAltimeterDefinition

Optional Readonly radarAltimeterDefinition: Readonly<RadarAltimeterDefinition>

An optional radar altimeter definition.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:102


weatherRadarDefinition

Optional Readonly weatherRadarDefinition: Readonly<WeatherRadarDefinition>

An optional weather radar definition.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:114

Accessors

hasRadarAltimeter

get hasRadarAltimeter(): boolean

Whether this configuration defines a radar altimeter.

Returns

boolean

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:106


hasWeatherRadar

get hasWeatherRadar(): boolean

Whether this configuration defines a weather radar.

Returns

boolean

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/SensorsConfig.ts:118