Actual position of gear 2 (left main gear): 0.0=full up, 1.0=full down. Measured in fractional units. Read-only.
Example
'Fail left main gear in up position.
IF GEAR_2_POSITION = 0 THEN
GEAR_2_FAIL = TRUE
ENDIF