slreq.find
Find requirement, reference, and link set artifacts
Syntax
Description
returns the loaded Requirements Toolbox™ objects of the type specified by
myReqTbxObjects
= slreq.find("Type",ObjectType
)ObjectType
.
returns the loaded Requirements Toolbox objects with the requirement type or link type specified by
myReqTbxObjects
= slreq.find("Type",ObjectType
,Name,Value
)Name
and Value
.
returns the loaded Requirements Toolbox objects with the property value equal to
myReqTbxObjects
= slreq.find("Type",ObjectType
,PropertyName
,PropertyValue
)PropertyValue
for the property specified by
PropertyName
. The property can be a built-in property,
custom attribute, or stereotype property.
returns the loaded Requirements Toolbox objects whose property value, myReqTbxObjects
= slreq.find("Type",ObjectType
,PropertyOperator
,PropertyValue
)PropertyValue
,
meets the relational criteria for the property specified by
PropertyOperator
.
returns the loaded Requirements Toolbox objects that match at least one of the criteria.myReqTbxObjects
= slreq.find("Type",ObjectType
,___,"-or",___)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018a
See Also
Classes
slreq.ReqSet
|slreq.Requirement
|slreq.Reference
|slreq.Justification
|slreq.LinkSet
|slreq.Link