mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 14:35:23 +00:00
Experimental feature: only excite one port when other traces are paused
This commit is contained in:
parent
44124bc09e
commit
de8761545d
18 changed files with 130 additions and 40 deletions
|
|
@ -105,7 +105,9 @@ AppWindow::AppWindow(QWidget *parent)
|
|||
}
|
||||
});
|
||||
connect(ui->actionPreferences, &QAction::triggered, [=](){
|
||||
qDebug() << pref.Acquisition.alwaysExciteBothPorts;
|
||||
pref.edit();
|
||||
qDebug() << pref.Acquisition.alwaysExciteBothPorts;
|
||||
});
|
||||
|
||||
setWindowTitle("VNA");
|
||||
|
|
@ -248,6 +250,11 @@ void AppWindow::CreateToolbars()
|
|||
addToolBar(tb_reference);
|
||||
}
|
||||
|
||||
Preferences &AppWindow::getPreferenceRef()
|
||||
{
|
||||
return pref;
|
||||
}
|
||||
|
||||
int AppWindow::UpdateDeviceList()
|
||||
{
|
||||
deviceActionGroup->setExclusive(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue