rmidata.export
Move requirements traceability data to external .req
file
Syntax
[total_linked,total_links]
= rmidata.export
[total_linked,total_links]
= rmidata.export(model)
Description
[
moves requirements traceability data associated with the current Simulink® model to an external file named
total_linked
,total_links
]
= rmidata.export
.
model_name
.reqrmidata.export
saves the file in the same folder as the model.
rmidata.export
deletes the requirements traceability data
stored in the model and saves the modified model.
[
moves requirements traceability data associated with total_linked
,total_links
]
= rmidata.export(model
)model
to an
external file named
.
model_name
.reqrmidata.export
saves the file in the same folder as
model
. rmidata.export
deletes the
requirements traceability data stored in the model and saves the modified model.
Input Arguments
|
Name or handle of a Simulink model |
Output Arguments
|
Integer indicating the number of objects in the model that have linked requirements |
|
Integer indicating the total number of requirements links in the model |
Examples
Move the requirements traceability data from the
slvnvdemo_fuelsys_officereq
model to an external file:
rmidata.export('slvnvdemo_fuelsys_officereq');