find
Class: slreq.ReqSet
Namespace: slreq
Find requirements in requirement set that have matching attribute values
Syntax
myReq = find(rs,"PropertyName","PropertyValue")
Description
finds and returns an myReq
= find(rs
,"PropertyName"
,"PropertyValue"
)slreq.Requirement
object
myReq
in the requirement set rs
specified by
the properties matching PropertyName
and
PropertyValue
. Property name matching is
case-insensitive.
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