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

dagPopTool

dagPopTool(
w_dagTool
) 
=> t / nil

Description

Pops the tool stack specified by the w_dagTool argument.

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. Each time that you push or pop the stack, the tool is redisplayed, so there is no need to call dagDisplayTool.

Argument

w_dagTool

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

Value Returned

t

The function was successful.

nil

There was an error.

Related Topics

dag Functions


Return to top
 ⠀
X