mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +00:00
added missing manual control SCPI commands
This commit is contained in:
parent
42ba64910b
commit
747aa07ab6
2 changed files with 76 additions and 2 deletions
|
|
@ -739,7 +739,7 @@ void SpectrumAnalyzer::SetupSCPI()
|
|||
} else if(params[0] == "FLATTOP") {
|
||||
SetWindow(Window::FlatTop);
|
||||
} else {
|
||||
return "INVALID MDOE";
|
||||
return "INVALID WINDOW";
|
||||
}
|
||||
return "";
|
||||
}, [=](QStringList) -> QString {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue