Airspeed_Indicator_Tas Variable

True if the airspeed gauge is displaying true airspeed (TAS); False if it is displaying indicated airspeed (IAS) like a real aircraft. Boolean. Read-write.

Example

'Sets the airspeed gauge to display indicated airspeed if it is displaying true airspeed.

IF AIRSPEED_INDICATOR_TAS THEN

AIRSPEED_INDICATOR_TAS = FALSE

ENDIF