Product Documentation
Virtuoso ADE Verifier SKILL Reference
Product Version IC23.1, November 2023

verifGetWindow

verifGetWindow(
g_sessionId
)
=> w_windowId / nil

Description

Returns the window ID related to the specified session ID.

Arguments

g_sessionId

Integer, string number, or window specifying the Verifier session ID. For example, 0, "0", or window(2).

Value Returned

w_windowId

Window ID of the specified session.

nil

Session does not exist or there is no corresponding window.

Examples

The following example retrieves the window ID of a newly created Verifier cellview.

sessionId = verifOpenCellView("test" "setup" "verifier")
=> 1
windowID = verifGetWindow(sessionId)
=> window:2

Related Topics

verifGetWindow

verifIsSessionModified

verifIsSessionReadOnly

verifIsValidSession

verifOpenCellView

verifSaveSession

Verifier Session and Setup Functions


Return to top
 ⠀
X