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