rmimap.map
Associate externally stored requirements traceability data with model
Syntax
rmimap.map(model,reqts_file)
rmimap.map(model,'undo')
rmimap.map(model,'clear')
Description
rmimap.map(
associates the requirements traceability data from model
,reqts_file
)reqts_file
with
the Simulink® model model
.
rmimap.map(
removes from the
model
,'undo').slmx
file associated with model
the
requirements traceability data that was most recently saved in the
.slmx
file.
rmimap.map(
removes from the
model
,'clear').slmx
file associated with model
all requirements traceability data.
Input Arguments
|
Name, handle, or full path for a Simulink model |
|
Full path to the |
Alternatives
To load a file that contains requirements traceability data for a model:
Open the model.
Open the Requirements Editor. In the Apps tab, click Requirements Manager. In the Requirements tab, click Load Links.
Note
The Load Links menu item appears only when your model is configured to store requirements data externally. To specify external storage of requirements data for your model, in the Requirements Settings dialog box under Storage > Default storage location for requirements links data, select Store externally (in a separate *.slmx file).
Browse to the
.slmx
file that contains the requirements links.Click OK.