QT GUI Time Sink: Difference between revisions
(Added pictures of control panel/trigger) |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
A graphical sink to display multiple signals in time. | A graphical sink to display multiple signals in time. | ||
This block does not support C++ output, so it cannot be used when the output language of a flowgraph in GRC is C++. | |||
This is a QT-based graphical sink the takes set of a float streams and plots them in the time domain. Each signal is plotted with a different color, and the and functions can be used to change the label and color for a given input number. | This is a QT-based graphical sink the takes set of a float streams and plots them in the time domain. Each signal is plotted with a different color, and the and functions can be used to change the label and color for a given input number. | ||
Line 8: | Line 10: | ||
There are many parameters, across three different tabs, most of which are self-explanatory. | There are many parameters, across three different tabs, most of which are self-explanatory. | ||
See [[GUI Hint]] for info about how to organize multiple QT GUIs | See [[GUI Hint]] for info about how to organize multiple QT GUIs. | ||
== Example Flowgraph == | == Example Flowgraph == |
Revision as of 05:57, 20 January 2022
A graphical sink to display multiple signals in time.
This block does not support C++ output, so it cannot be used when the output language of a flowgraph in GRC is C++.
This is a QT-based graphical sink the takes set of a float streams and plots them in the time domain. Each signal is plotted with a different color, and the and functions can be used to change the label and color for a given input number.
The sink supports plotting streaming float data or messages. The message port is named "in". The two modes cannot be used simultaneously, and should be set to 0 when using the message mode. GRC handles this issue by providing the "Float Message" type that removes the streaming port(s).
There are many parameters, across three different tabs, most of which are self-explanatory.
See GUI Hint for info about how to organize multiple QT GUIs.
Example Flowgraph
Control Panel & Triggering
Qt GUI Time Sink showing its control panel, with trigger settings.
Qt GUI Time Sink showing its control panel, with trigger settings (smaller version).