mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
group delay option for Y axis
This commit is contained in:
parent
75f4ee245f
commit
0d6dac4969
6 changed files with 99 additions and 36 deletions
|
|
@ -26,6 +26,7 @@ public:
|
|||
Capacitance,
|
||||
Inductance,
|
||||
QualityFactor,
|
||||
GroupDelay,
|
||||
// TDR options
|
||||
ImpulseReal,
|
||||
ImpulseMag,
|
||||
|
|
@ -33,7 +34,7 @@ public:
|
|||
Impedance,
|
||||
Last,
|
||||
};
|
||||
static const std::set<YAxisType> YAxisTypes;
|
||||
|
||||
enum class XAxisType {
|
||||
Frequency,
|
||||
Time,
|
||||
|
|
@ -80,6 +81,7 @@ private:
|
|||
YAxisType YAxisTypeFromName(QString name);
|
||||
XAxisMode AxisModeFromName(QString name);
|
||||
void enableTraceAxis(Trace *t, int axis, bool enabled);
|
||||
bool domainMatch(Trace *t);
|
||||
bool supported(Trace *t) override;
|
||||
bool supported(Trace *t, YAxisType type);
|
||||
QPointF traceToCoordinate(Trace *t, unsigned int sample, YAxisType type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue