Plane_Pitch Variable

Aircraft's pitch: 0 = level, positive values indicate an upward pitch. Measured in degrees. Read-only.

Example

IF PLANE_PITCH > 15 THEN

PRINT "Drop the nose a little to accelerate."

ENDIF