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

geEquivWindow

geEquivWindow( 
w_windowId 
)
=> w_windowEquiv / nil 

Description

Returns the ID of the window that has the same edit cellview as the specified window.

If w_windowId is the only window with this edit cellview, w_windowId is returned.

Arguments

w_windowId

Database ID of the window whose equivalent you want to find. Defaults to the current window.

Value Returned

w_windowEquiv

The window with the same edit cellview as w_windowId if it exists.

nil

The window does not exist.

Examples

Assume that window(2) and window(3) both are editing the same cellview.

geEquivWindow( window(2) )

Returns window:3.

Related Topics

Edit and Display Functions


Return to top
 ⠀
X