Access Stateflow Debugging options programmatically

1 visualización (últimos 30 días)
Petru-Cornel
Petru-Cornel el 16 de Mzo. de 2023
Comentada: Petru-Cornel el 31 de Mzo. de 2023
Hello,
It's possible to access the Debugging options for Stateflow by programming?
I want to create a custom script to check if these options are checked or not.

Respuestas (1)

Sai Sumanth Korthiwada
Sai Sumanth Korthiwada el 31 de Mzo. de 2023
Hi Petru-Cornel,
I understand that you want to access Stateflow debuging options programatically.
It is possible to access some of the debugging options programatically. To begin with, you can go through the following documentations to understand about how to use Stateflow debuging options programatically:
Hope this helps!
  1 comentario
Petru-Cornel
Petru-Cornel el 31 de Mzo. de 2023
Hello,
Thank you for your feedback!
The option can be accesed with the following commands:
hsf=sfroot;
m = hsf.find('-isa', 'Stateflow.Machine','Name',bdroot);
get(m.Debug.RunTimeCheck,'CycleDetection');
get(m.Debug.RunTimeCheck,'StateInconsistencies');
get(m.Debug.RunTimeCheck,'DataRangeChecks');
get(m.Debug.RunTimeCheck,'TransitionConflicts');

Iniciar sesión para comentar.

Categorías

Más información sobre Complex Logic en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2013b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by