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
    
 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.
채택된 답변
  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개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

