Data structure representing a trace on the plot.
More...
#include <rectangularplotwidget.h>
|
|
QList< double > | trace |
| | Y-axis values.
|
| |
|
QList< double > | frequencies |
| | X-axis frequency values in Hz.
|
| |
|
QString | units |
| | Units for the trace values (e.g., "dB")
|
| |
|
QPen | pen |
| | Visual style for the trace line.
|
| |
|
double | Z0 |
| | Reference impedance.
|
| |
|
int | y_axis |
| | Axis assignment: 0 for left, 2 for right.
|
| |
|
QString | y_axis_title |
| | Title for the y-axis.
|
| |
Data structure representing a trace on the plot.
- Note
- It contains the y-axis data and the x-axis data (frequency) in separate QList<double>
-
The struct also contains information about the y-axis units, the y-axis to use (left or right) as well as the trace identifier
The documentation for this struct was generated from the following file: