Stopping the Simulink Test Manager execution
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is there any way to stop the Test Manager execution via script if a test fails ?
0 commentaires
Réponses (1)
Anagha Mittal
le 20 Fév 2023
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 commentaires
Voir également
Catégories
En savoir plus sur Outputs dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!