True if the landing gear is in failed state. Boolean. Read-write.
Example
'Fail the landing gear in the up position.
IF GEAR_1_POSITION = 0 THEN
GEAR_FAIL = TRUE
ENDIF