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

조회 수: 1 (최근 30일)
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.

채택된 답변

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

추가 답변 (0개)

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by