We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8a3e9 commit 0749a28Copy full SHA for 0749a28
toolbox/src/bossdevice.m
@@ -79,7 +79,9 @@ function initOscillationProps(obj)
79
end
80
81
% Verify if SLRT Target Support Package is installed
82
- bossapi.tg.checkSLRTSupportPkg;
+ if ~batchStartupOptionUsed
83
+ bossapi.tg.checkSLRTSupportPkg;
84
+ end
85
86
% Get bossdevice API toolbox path
87
obj.toolboxPath = fileparts(fileparts(which(mfilename)));
0 commit comments