mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +00:00
Additional option "impulse response magnitude" for time domain graph
This commit is contained in:
parent
f3b6cffa68
commit
12ce07a970
4 changed files with 34 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue