find
Class: slreq.ReqSet
Namespace: slreq
Find requirements in requirement set that have matching attribute values
Syntax
myReq = find(rs,"PropertyName","PropertyValue")
Description
Input Arguments
Output Arguments
Examples
Tips
To search the loaded Requirements Toolbox objects, use the
slreq.find
function.To search the children of a requirement, use the
find
method ofslreq.Requirement
To search the children of a link set, use the
find
method ofslreq.LinkSet
.To search the children of a reference, use the
find
method ofslreq.Reference
.To search the children of a justification, use the
find
method ofslreq.Justification
.
Version History
Introduced in R2018a