Additional SCPI commands + configuration of port in preferences

This commit is contained in:
Jan Käberich 2021-04-11 12:33:37 +02:00
parent 7d682f53ae
commit 611b1ef59d
10 changed files with 432 additions and 29 deletions

View file

@ -42,7 +42,7 @@ void Generator::initializeDevice()
void Generator::updateDevice()
{
if(!window->getDevice()) {
if(!window->getDevice() || Mode::getActiveMode() != this) {
// can't update if not connected
return;
}