mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +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
|
|
@ -57,6 +57,8 @@ SpectrumAnalyzer::SpectrumAnalyzer(AppWindow *window)
|
|||
normalize.points = 0;
|
||||
normalize.dialog.reset();
|
||||
|
||||
traceModel.setSource(TraceModel::DataSource::SA);
|
||||
|
||||
// Create default traces
|
||||
auto tPort1 = new Trace("Port1", Qt::yellow);
|
||||
tPort1->fromLivedata(Trace::LivedataType::Overwrite, Trace::LiveParameter::Port1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue