slreq.load
Load requirement set, link set, or Requirements Table block
Syntax
Description
loads the specified requirement set into memory.myReqSet
= slreq.load(reqSetFile
)
loads the requirement set and fixes the outdated profile when
myReqSet
= slreq.load(reqSetFile
,forceResolve
)forceResolve
is true
. Use this syntax to
update outdated requirement set profiles. For more information, see Customize Requirements and Links by Using Stereotypes.
loads the specified link set into memory.myLinkSet
= slreq.load(linkSetFile
)
[
loads a Simulink® model that contains at least one Requirements Table block and loads the associated requirement set and
link set into memory.myLinkSet
,myReqSet
] = slreq.load(model
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018a