QT GUI Az-El Plot: Difference between revisions
Jump to navigation
Jump to search
(initial creation) |
(add example flowgraph and output) |
||
Line 17: | Line 17: | ||
== Example Flowgraph == | == Example Flowgraph == | ||
[[File:Show_azel_plot_fg.png]] | |||
== Example Output == | == Example Output == | ||
The Message Strobe is sending a value of <code>pmt.cons(pmt.to_pmt({"az": 60.0, "el": 15.3}),pmt.to_pmt(None))</code> to plot that point. | |||
[[File:Show_azel_plot_out.png]] | |||
== Source Files == | == Source Files == |
Latest revision as of 01:59, 17 November 2020
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
The Message Strobe is sending a value of pmt.cons(pmt.to_pmt({"az": 60.0, "el": 15.3}),pmt.to_pmt(None))
to plot that point.
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO