Main Content
moveDown
Class: slreq.Reference
Namespace: slreq
Syntax
tf = moveDown(ref)
Description
moves the
referenced requirement tf
= moveDown(ref
)ref
down one spot in the hierarchy, and returns
1
if the move executes without error.
The referenced requirement ref
cannot be moved to a new level in the hierarchy.
Note
You can use this method only in the PostImportFcn
callback.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2022a
See Also
slreq.Reference
| remove
| moveUp
| setParent