mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +00:00
Improved USB throughput, stimulus power up to 0dbm, fine tuning of dynamic range
This commit is contained in:
parent
294855ac70
commit
2157b3f3c4
10 changed files with 100 additions and 28 deletions
2
Software/PC_Application/.gitignore
vendored
2
Software/PC_Application/.gitignore
vendored
|
|
@ -71,4 +71,6 @@ Thumbs.db
|
|||
# --------
|
||||
*.dll
|
||||
*.exe
|
||||
Application
|
||||
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue