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

geIsNetNameDisplayActiveOnWindow

geIsNetNameDisplayActiveOnWindow(
w_windowID
)
=> t / nil

Description

Checks whether the Net Name Display functionality is supported for the given window ID.

Arguments

w_windowID

Window ID that needs to be checked for the Net Name Display functionality support.

Value Returned

t

The Net Name Display functionality is available because the specified window is open in Layout XL and the cellview supports the functionality.

The Net Name Display functionality being available does not mean that the functionality is enabled. Use geIsNetNameDisplayEnabled to check if the functionality is enabled for the specified window.

nil

The Net Name Display functionality is not available for the specified window.

Examples

Evaluates window 2 to check if the Net Name Display functionality is supported.

geIsNetNameDisplayActiveOnWindow(window(2))

Related Topics

Net Name Display

Edit and Display Functions


Return to top
 ⠀
X