Main Content
children
Class: slreq.Requirement
Namespace: slreq
Find child requirements of a requirement
Syntax
childReqs = children(req)
Description
returns the child requirements childReqs
= children(req
)childReqs
of the
slreq.Requirement
object req
.
Input Arguments
Output Arguments
Examples
Tips
To get the top-level items in a requirement set, use the
children
method ofslreq.ReqSet
. 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 R2018a