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

dagPushTool

dagPushTool(
w_dagTool
w_newStartingNode
) 
=> t / nil 

Description

Pushes a new starting object specified by the w_newStartingNode argument onto the stack of the tool specified by w_dagTool.

The dagTool can have a stack of starting nodes. You can push new starting nodes onto the stack and pop them off. This is similar to the Layout Editor Push and Return commands. There is no limit to the number of nodes you can have on the stack.

Arguments

w_dagTool

The tool for which the starting object stack is being manipulated.

w_newStartingNode

The new starting node to put on the dagTool’s stack.

Value Returned

t

The function was successful.

nil

There was an error.

Related Topics

dag Functions


Return to top
 ⠀
X