Main Content
children
Class: slreq.ReqSet
Namespace: slreq
Get top-level items in requirement set
Syntax
reqs = children(rs)
Description
returns the
top-level items in the requirement set reqs
= children(rs
)rs
. The items can be requirements,
referenced requirements, or justifications.
Input Arguments
Output Arguments
Examples
Tips
To get the child requirements of a requirement, use the
children
method ofslreq.Requirement
. To get the child referenced requirements of a referenced requirement, use thechildren
method ofslreq.Reference
. To get the child justifications of a justification, use thechildren
method ofslreq.Justification
.
Version History
Introduced in R2017b
See Also
slreq.ReqSet
| slreq.Reference
| slreq.Requirement
| slreq.Justification