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-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/SensorsConfig.ts:196

Properties

adcCount

Readonly adcCount: number

The number of ADCs supported by the plane.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/SensorsConfig.ts:146


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-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/SensorsConfig.ts:154


ahrsCount

Readonly ahrsCount: number

The number of AHRS supported by the plane.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/SensorsConfig.ts:149


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-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/SensorsConfig.ts:159


aoaDefinition

Readonly aoaDefinition: Readonly<AoaDefinition>

An angle of attack computer definition.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/SensorsConfig.ts:168


gpsReceiverDefinitions

Readonly gpsReceiverDefinitions: readonly Readonly<GpsReceiverDefinition>[]

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/SensorsConfig.ts:165


markerBeaconDefinition

Readonly markerBeaconDefinition: Readonly<MarkerBeaconDefinition>

A marker beacon receiver definition.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/SensorsConfig.ts:180


radarAltimeterDefinition

Optional Readonly radarAltimeterDefinition: Readonly<RadarAltimeterDefinition>

An optional radar altimeter definition.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/SensorsConfig.ts:171


weatherRadarDefinition

Optional Readonly weatherRadarDefinition: Readonly<WeatherRadarDefinition>

An optional weather radar definition.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/SensorsConfig.ts:183

Accessors

hasRadarAltimeter

get hasRadarAltimeter(): boolean

Whether this configuration defines a radar altimeter.

Returns

boolean

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/SensorsConfig.ts:175


hasWeatherRadar

get hasWeatherRadar(): boolean

Whether this configuration defines a weather radar.

Returns

boolean

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/SensorsConfig.ts:187