mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 22:17:31 +00:00
Improve taking de-embedding measurements
- Automatically restart measurement even when the sweep was stopped - Fix crash due to zeroed de-embedding reference impedance - Fix crash due to not cleaned up dialog pointer with dangling connections - Automatically excite the correct ports for the measurement
This commit is contained in:
parent
e1168f2a32
commit
fe08937bb7
5 changed files with 56 additions and 17 deletions
|
|
@ -37,6 +37,7 @@ Trace::Trace(QString name, QColor color, QString live)
|
|||
reference_impedance(50.0),
|
||||
domain(DataType::Frequency),
|
||||
deembeddingActive(false),
|
||||
deembedded_reference_impedance(50.0),
|
||||
lastMath(nullptr)
|
||||
{
|
||||
settings.valid = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue