mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
implementation of OPC/WAI
This commit is contained in:
parent
bb66883de2
commit
5d3ce139b4
7 changed files with 179 additions and 19 deletions
|
|
@ -490,9 +490,6 @@ void AppWindow::SetupSCPI()
|
|||
SetInitialState();
|
||||
return SCPI::getResultName(SCPI::Result::Empty);
|
||||
}, nullptr));
|
||||
scpi.add(new SCPICommand("*OPC", nullptr, [=](QStringList){
|
||||
return "1";
|
||||
}));
|
||||
auto scpi_dev = new SCPINode("DEVice");
|
||||
scpi.add(scpi_dev);
|
||||
scpi_dev->add(new SCPICommand("DISConnect", [=](QStringList params) -> QString {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue