slreq.open
Open requirement set
Syntax
Description
loads the requirement set at myReqSet
= slreq.open(ReqSetFilePath
)ReqSetFilePath
into memory. If
the requirement set is already loaded into memory, the Requirements
Editor opens. If the requirement set is already loaded and the
Requirements Editor is open, the specified requirement set is
selected in the Requirements Editor.
loads the requirement set named myReqSet
= slreq.open(ReqSetName
)ReqSetName
.
loads the specified Simulink® model specified by myReqSet
= slreq.open(model
)model
and loads the
requirement sets in the Requirements Editor. The model must contain
at least one Requirements Table block.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018a