Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geEnableNetNameDisplay

geEnableNetNameDisplay( 
w_windowId
g_state
)
=> t / nil 

Description

Enables the display of net name labels on shapes that are big enough to display a label. This SKILL function is supported only in Layout XL and higher tiers.

Arguments

w_windowId

ID of the window for which net name labels need to be displayed on shapes.

g_state

Enables or disables the display of net name labels for a specified window ID.

Value Returned

t

Net name label display for shapes in the specified window is enabled.

nil

Net name label display is disabled.

Examples

The following example enables the net name label display for shapes in the specified window ID.

window = hiGetCurrentWindow()
geEnableNetNameDisplay(window t)

The following example disables the net name label display for shapes in the specified window ID.

geEnableNetNameDisplay(window nil)

Related Topics

Net Name Display

Net Name Display Options Form

Edit and Display Functions


Return to top
 ⠀
X