How to specify link direction when linking Simulink Objects to DOORS Requirements

3 次查看(过去 30 天)
When using the Requirements Toolbox to create direct links from Simulink Objects to IBM DOORS objects, the link on the DOORS side is created as an "Out Link". Is it possble to create the links as In-Links?
  2 个评论
Josh Kahn
Josh Kahn 2024-1-12
Hey @B Sellars, What is the intended use case here? Are you trying to say that a block in your model is satisfied by a requirement? Just trying to understand the workflow better.
B Sellars
B Sellars 2024-1-14
编辑:B Sellars 2024-1-28
The current project that I am working has deemed in links to be considered as a satisfies relationship in their DOORS project. This maybe backwards from industry standards, but that is path they have taken. Of course we could reverse the link directon via script, but I am trying to do as less work as possible like.

请先登录,再进行评论。

采纳的回答

Alex Howard
Alex Howard 2024-1-17
Hi @B Sellars, it sounds like you want to create backlinks in IBM DOORS as incoming links instead of outgoing links. You should be able to do that by setting this preference by using the rmipref function:
previousVal = rmipref(DoorsBacklinkIncoming=true)
Unfortunately this name-value argument is not documented on the rmipref function reference page. I've created an enhancement request to add that information to the page.

更多回答(0 个)

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by