Improved USB throughput, stimulus power up to 0dbm, fine tuning of dynamic range

This commit is contained in:
Jan Käberich 2020-09-29 23:03:20 +02:00
parent 294855ac70
commit 2157b3f3c4
10 changed files with 100 additions and 28 deletions

View file

@ -207,7 +207,7 @@ VNA::VNA(AppWindow *window)
auto dbm = new QDoubleSpinBox();
dbm->setValue(settings.cdbm_excitation * 100);
dbm->setFixedWidth(95);
dbm->setRange(-42.0, -10.0);
dbm->setRange(-100.0, 100.0);
dbm->setSingleStep(0.25);
dbm->setSuffix("dbm");
dbm->setToolTip("Stimulus level");