Stopping the Simulink Test Manager execution
2 次查看(过去 30 天)
显示 更早的评论
Is there any way to stop the Test Manager execution via script if a test fails ?
0 个评论
回答(1 个)
Anagha Mittal
2023-2-20
Hi Szilard,
You can give an "if" condition in your script for test failure and stop or close the Test Manager using the command:
sltest.testmanager.close;
For more information, please refer to the following link: Close the Simulink Test Manager - MATLAB sltest.testmanager.close (mathworks.com)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Outputs 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!