User`s guide
Create a Custom Requirements Link Type
9-17
Note: The rmi reference page describes other types of requirements location
delimiters.
The Location drop-down list contains these two types of location delimiters
whenever you set Document type to ABC file (for demonstration).
10
Select Line number. Enter the number 26, which corresponds with the line number
for the Altitude Hold requirement in demo_req_1.abc.
11
In the Description field, enter Altitude Hold, to identify the requirement by
name.
12
Click Apply.
13
Verify that the Altitude Hold requirement links to the Reaction Jet Control
subsystem. Right-click the subsystem and select Requirements Traceability > 1.
“Altitude Hold”.
Create a Document Index
A document index is a list of all the requirements in a given document. To create a
document index, MATLAB uses file I/O functions to read the contents of a requirements
document into a MATLAB variable. The RMI extracts the list of requirement items.
The example requirements document, demo_req_1.abc, defines four requirements
using the string Requirement::. To generate the document index for this ABC file, the
ContentsFcn function in rmicustabcinterface.m extracts the requirements names
and inserts @ before each name.
For the demo_req_1.abc file, in the Link Editor: Reaction Jet Control dialog box,
click the Document Index tab. The ContentsFcn function generates the document
index automatically.