Additional option "impulse response magnitude" for time domain graph

This commit is contained in:
Jan Käberich 2020-12-06 15:37:16 +01:00
parent f3b6cffa68
commit 12ce07a970
4 changed files with 34 additions and 22 deletions

View file

@ -18,9 +18,10 @@ public:
Phase = 2,
VSWR = 3,
// TDR options
Impulse = 4,
Step = 5,
Impedance = 6,
ImpulseReal = 4,
ImpulseMag = 5,
Step = 6,
Impedance = 7,
Last,
};
static const std::set<YAxisType> YAxisTypes;