QT GUI Az-El Plot
Jump to navigation
Jump to search
This block creates a polar plot with azimuth represented as the angle clockwise around the circle, and elevation represented as the radius. 90 degrees elevation is center (directly overhead), while the horizon (0 degrees) is the outside circe. Note that if an elevation < 0 is provided, the marker will turn to an open circle on the perimeter at the specified azimuth angle.
Added in 3.9
Parameters
(R): Run-time adjustable
- Label
- label for the plot
- Background
- options: [background gray,light gray, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal]
- Dot Color
- options: [blue, green, red, cyan, magenta, yellow, black, white]
See GUI Hint for how to position the GUI within a window.
Example Flowgraph
Example Output
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO