mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-09 08:23:41 +00:00
Through normalization and TRL calibration added
This commit is contained in:
parent
c6d9796a11
commit
49917c4b19
10 changed files with 1109 additions and 533 deletions
|
|
@ -64,7 +64,9 @@ void CalibrationTraceDialog::on_bOpen_clicked()
|
|||
{
|
||||
cal->openFromFile();
|
||||
UpdateApplyButton();
|
||||
emit applyCalibration(cal->getType());
|
||||
if(cal->getType() != Calibration::Type::None) {
|
||||
emit applyCalibration(cal->getType());
|
||||
}
|
||||
}
|
||||
|
||||
void CalibrationTraceDialog::on_bSave_clicked()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue