VOR_1_Localizer_Avail Variable

True if the station tuned in on the NAV1 radio is an ILS station. Boolean. Read-only.

Example

IF VOR_1_LOCALIZER_AVAIL = FALSE THEN

PRINT "This is a VOR station not an ILS."

ENDIF