implementation of OPC/WAI

This commit is contained in:
Jan Käberich 2024-04-07 14:11:04 +02:00
parent bb66883de2
commit 5d3ce139b4
7 changed files with 179 additions and 19 deletions

View file

@ -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 {