children
Class: slreq.ReqSet
Package: 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
slreq.Requirement.children
. To get the child referenced requirements of a referenced requirement, useslreq.Reference.children
. To get the child justifications of a justification, useslreq.Justification.children
.
Version History
Introduced in R2017b