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:
Jan Käberich 2024-05-17 19:07:34 +02:00
parent e1168f2a32
commit fe08937bb7
5 changed files with 56 additions and 17 deletions

View file

@ -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;