find
Class: slreq.LinkSet
Namespace: slreq
Find links in link set with matching attribute values
Syntax
myLinks = find(myLinkSet,"PropertyName1",PropertyValue1,...,"PropertyNameN",PropertyValueN)
Description
returns links in the link set myLinks
= find(myLinkSet
,"PropertyName1"
,PropertyValue1
,...,"PropertyNameN"
,PropertyValueN
)myLinkSet
that match the properties
specified by PropertyName
and PropertyValue
.
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 requirements set, use the
find
method ofslreq.ReqSet
.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
.