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

geValidateWindow

geValidateWindow( 
[ w_windowId ] 
)
=> w_windowId / nil 

Description

Verifies the database ID of a window.

Verifies that a graphics cellview is installed in the window. Returns an error if w_windowId is not a graphics window.

Arguments

w_windowId

Database ID of the window.

Value Returned

w_windowId

The window exists.

nil

The window does not exist.

Examples

Returns window:123456, the database ID of window10.

geValidateWindow( window10 )

Related Topics

Utility Functions


Return to top
 ⠀
X