mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
restrict SA graph options, show dBm instead dB
This commit is contained in:
parent
b2ed124240
commit
0c782fc009
10 changed files with 132 additions and 52 deletions
|
|
@ -64,6 +64,8 @@ VNA::VNA(AppWindow *window)
|
|||
calEdited = false;
|
||||
settings.sweepType = SweepType::Frequency;
|
||||
|
||||
traceModel.setSource(TraceModel::DataSource::VNA);
|
||||
|
||||
// Create default traces
|
||||
auto tS11 = new Trace("S11", Qt::yellow);
|
||||
tS11->fromLivedata(Trace::LivedataType::Overwrite, Trace::LiveParameter::S11);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue