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

dagDisplayTool

dagDisplayTool(
[ w_dagTool ]
[ g_runPlacer ]
) 
=> t / nil

Description

Redisplays a dagTool. You can use this function if you want to re-display all of the objects in the graph rather than calling dagRefreshObject for each one.

In general, this routine need not be called. The dag will automatically refresh all tools in which it detects changes. If you wish to force the redisplay at a specific point in a procedure, you can call this routine.

See dagRefreshObject for the circumstances in which the dag does not automatically redisplay.

Arguments

w_dagTool

dagTool to be displayed. If no tool is specified, the current tool is displayed.

g_runPlacer

Informs the dagTool whether to re-run the placement algorithm for the graph or just redisplay the nodes where they are currently located. The default is t.

Values Returned

t

The dagTool was redisplayed.

nil

There was an error.

Related Topics

dag Functions


Return to top
 ⠀
X