Main Content
remove
Class: slreq.Reference
Namespace: slreq
Remove referenced requirements
Syntax
count = remove(topRef)
count = remove(ref)
Description
removes
all descendant referenced requirements under the import node
count
= remove(topRef
)topRef
as well as the import node itself. The function returns the number
of referenced requirements removed.
removes the
referenced requirement count
= remove(ref
)ref
and the descendant referenced requirements.
The function returns the number of referenced requirements removed. You can use this syntax
only in the PostImportFcn
callback.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019a