diff --git a/toolbox/src/bossdevice.m b/toolbox/src/bossdevice.m index 186d837..8a03735 100644 --- a/toolbox/src/bossdevice.m +++ b/toolbox/src/bossdevice.m @@ -79,7 +79,7 @@ function initOscillationProps(obj) end % Verify if SLRT Target Support Package is installed - if ~batchStartupOptionUsed + if ~batchStartupOptionUsed && isMATLABReleaseOlderThan('R2024b') % Should run always but using if due to two MATLAB bugs bossapi.tg.checkSLRTSupportPkg; end