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

dagCreateNode

dagCreateNode(
t_nodeName
w_class
)
=> w_node / nil

Description

Creates a dagNode and returns it.

Arguments

t_nodeName

Name of the node. The name of each node must be unique among all its siblings.

w_class

Class of this node as returned by dagCreateClass.

Value Returned

w_node

The new node.

nil

There was an error.

Related Topics

dag Functions


Return to top
 ⠀
X