Displays two connected variables representing a plane’s attitude as an attitude indicator.
The first connected variable is the plane pitch, the second connected variable is the plane roll angle. The angles can be specified either in degrees or radians.
Attitude indicator that uses a background image:
See Geometry.
Position of the top left corner of the circular gauge within the widget. This is specified as a comma separated pair of values: x,y.
Radius in pixels of the indicator.
Units (Degrees or Radians) of the connected variable.
Shape of the indicator (round or square).
Number of major ticks along the circle.
Number of minor ticks between the major ticks.
Width in pixels of the plane virtual wings.
Width in pixels of the static ring on the indicator outer edge.
Length in pixels of the major ticks that indicate the plane pitch angle. Minor ticks half this size.
File image to display in the background of the widget.
Font of the labels.
“printf” style numerical format used to format the pitch angle labeling the major ticks. HTML tags are not supported.
Background color of the widget.
Color of the sky.
Color of the earth.
Color of the plane virtual wings.
Color of the pitch angle values.
Color of the pitch horizontal lines.
Maximum expected value of the connected pitch variable. This value corresponds to the range between the horizon and the highest position on the circle.
Minimum expected value of the connected pitch variable. This value corresponds to the range between the horizon and the lowest position on the circle.
Invert the connected pitch variable before using it to calculate the indicator position.
Invert the connected roll variable before using it to calculate the indicator position.
Heading Indicator | Turn Indicator |