slreq.find
Find requirement, reference, and link set artifacts
Syntax
Description
finds and returns all loaded Requirements Toolbox™ artifacts myArtifacts
= slreq.find('Type'
,ArtifactType
)myArtifacts
of the type specified by
ArtifactType
.
finds and returns a Requirements Toolbox artifact myArtifact
= slreq.find('Type'
,ArtifactType
,'PropertyName'
,'PropertyValue'
)myArtifact
of the type specified by
ArtifactType
matching the additional properties specified
by PropertyName
and PropertyValue
.
finds and returns all requirements
myReqs
= slreq.find('Type'
,ArtifactType
,'ReqType'
,ReqTypeValue
)myReqs
of the type specified by
ReqTypeValue
.
finds and returns all requirements
myLinks
= slreq.find('Type'
,ArtifactType
,'LinkType'
,LinkTypeValue
)myLinks
of the type specified by
LinkTypeValue
.
Examples
Input Arguments
Output Arguments
Version History
See Also
slreq.ReqSet
| slreq.Requirement
| slreq.Reference
| slreq.Justification
| slreq.LinkSet
| find
| find
| find
| find