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

geEquivWindowSet

geEquivWindowSet( 
w_windowId 
)
=> l_windowList 

Description

Returns a list of all windows that have the same edit cellview as the specified window.

If w_windowId is the only window with this edit cellview, a list containing only 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

l_windowList

List of windows with the same edit cellview as w_windowId.

Examples

Returns (window:2 window:3), assuming that window(2) and window(3) both are editing the same cellview.

geEquivWindowSet(window(2))

Related Topics

Edit and Display Functions


Return to top
 ⠀
X