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

geGetCellViewWindow

geGetCellViewWindow( 
d_cellview 
) 
=> w_windowId / nil 

Description

Returns the ID of a window in which the specified cellview is displayed.

If the cellview is displayed in more than one window, the first window found is returned.

Arguments

d_cellview

Database ID of the cellview.

Value Returned

w_windowId

The database ID of the window if the cellview is displayed.

nil

The cellview is not displayed.

Examples

Returns win3.

geGetCellViewWindow( cell3 )

Related Topics

Edit and Display Functions

Return to top
 ⠀
X