Skip to main content

Interface: FacilityILSFrequency

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

An ILS frequency on airport runway data.

Properties

freqBCD16

readonly freqBCD16: number

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

The frequency, in BCD16.


freqMHz

readonly freqMHz: number

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

The frequency, in MHz.


glideslopeAngle

readonly glideslopeAngle: number

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

The glideslope angle for this localizer.


hasGlideslope

readonly hasGlideslope: boolean

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

Whether or not this ILS has a glideslope.


icao

readonly icao: string

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

The ICAO of the ILS frequency.


localizerCourse

readonly localizerCourse: number

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

The course, in degrees magnetic, for this localizer.


magvar

readonly magvar: number

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

The magvar at this localizer's position.


name

readonly name: string

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

The name of the frequency.


type

readonly type: FacilityFrequencyType

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

The type of the frequency.