Skip to main content

Interface: FacilityILSFrequency

Defined in: src/sdk/navigation/Facilities.ts:134

An ILS frequency on airport runway data.

Properties

freqBCD16

readonly freqBCD16: number

Defined in: src/sdk/navigation/Facilities.ts:151

The frequency, in BCD16.


freqMHz

readonly freqMHz: number

Defined in: src/sdk/navigation/Facilities.ts:148

The frequency, in MHz.


glideslopeAlt

readonly glideslopeAlt: number

Defined in: src/sdk/navigation/Facilities.ts:163

The glideslope transmitter altitude, in metres.


glideslopeAngle

readonly glideslopeAngle: number

Defined in: src/sdk/navigation/Facilities.ts:166

The glideslope angle for this localizer.


glideslopeLat

readonly glideslopeLat: number

Defined in: src/sdk/navigation/Facilities.ts:169

The glideslope transmitter latitude, in degrees.


glideslopeLon

readonly glideslopeLon: number

Defined in: src/sdk/navigation/Facilities.ts:172

The glideslope transmitter longitude, in degrees.


hasBackcourse

readonly hasBackcourse: boolean

Defined in: src/sdk/navigation/Facilities.ts:157

Whether or not this ILS has a backcourse.


hasGlideslope

readonly hasGlideslope: boolean

Defined in: src/sdk/navigation/Facilities.ts:160

Whether or not this ILS has a glideslope.


icao

readonly icao: string

Defined in: src/sdk/navigation/Facilities.ts:139

The ICAO of the ILS frequency.

Deprecated

Use FacilityILSFrequency.icaoStruct.


icaoStruct

readonly icaoStruct: IcaoValue

Defined in: src/sdk/navigation/Facilities.ts:142

The ICAO of the ILS frequency.


localizerCourse

readonly localizerCourse: number

Defined in: src/sdk/navigation/Facilities.ts:175

The course, in degrees magnetic, for this localizer.


localizerWidth

readonly localizerWidth: number

Defined in: src/sdk/navigation/Facilities.ts:178

The localizer beam width in degrees.


lsCategory

readonly lsCategory: LandingSystemCategory

Defined in: src/sdk/navigation/Facilities.ts:184

The landing system category for this ILS.


magvar

readonly magvar: number

Defined in: src/sdk/navigation/Facilities.ts:181

The magvar at this localizer's position.


name

readonly name: string

Defined in: src/sdk/navigation/Facilities.ts:145

The name of the frequency.


type

readonly type: FacilityFrequencyType

Defined in: src/sdk/navigation/Facilities.ts:154

The type of the frequency.