Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

dagDestroyNode

dagDestroyNode(
w_node
)
=> t / nil

Description

Destroys a dagNode. All descendant nodes and arcs of this node are also destroyed, as well as the arcs linking this node to its parents.

Argument

w_node

Node to be destroyed.

If you do not want the descendants of this node to be destroyed, unlink the node immediate children with dagUnlinkParentFromChild before calling this function.

Values Returned

t

The node was destroyed.

nil

There was an error.

Related Topics

dag Functions


Return to top
 ⠀
X