Filter löschen
Filter löschen

Is it possible to access the "Change Information" section of a Simulink Requirement link to detect issues via the MATLAB command-line?

2 Ansichten (letzte 30 Tage)
I have multiple requirements files that I need to analyze using a script. I would like to access the data of the "Change Information" section of the Link view of the Requirement Editor from the command-line to detect if there are any issues and possibly clear the issue when conditions are met.
The script is going to check for changes in the requirements, but I need to know if there are issues to know if some changes were validated by users. Which brings me back to the question: is it possible to access the "Change Information" from the command-line to detect issues in a link?
Additionnal information about clearing issues:
I found an alternative to clearing the issues by changing the destination or source of a link to a temporary node and back ot the initial node by doing:
suspicious_link.setDestination(temporary_node);
suspicious_link.setDestination(initial_node);
but I would like to avoid if possible.

Akzeptierte Antwort

Leo
Leo am 23 Jul. 2021
Hi David,
Unfortunately, currently, there is no public command-line API to access the Change Information yet.
Thanks,
ZQ

Weitere Antworten (0)

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by