mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 07:53:40 +00:00
Impedance renormalization moved to de-embedding
This commit is contained in:
parent
d08388f903
commit
4307a392fb
42 changed files with 584 additions and 330 deletions
|
|
@ -460,6 +460,12 @@ void TracePlot::checkIfStillSupported(Trace *t)
|
|||
if(!configureForTrace(t)) {
|
||||
enableTrace(t, false);
|
||||
}
|
||||
// remove non-supported traces after graph has been adjusted
|
||||
for(auto t : activeTraces()) {
|
||||
if(!supported(t)) {
|
||||
enableTrace(t, false);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue