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

verifGetCellViewSession

verifGetCellViewSession(
t_libName
t_cellName
t_viewName
)
=> x_sessionId / nil

Description

Returns the integer session ID for the specified opened Verifier cellview.

Arguments

t_libName

Library name for the opened Verifier cellview.

t_cellName

Cell name for the opened Verifier cellview.

t_viewName

View name for the opened Verifier cellview.

Value Returned

x_sessionId

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

nil

Specified Verifier cellview does not open.

Examples

The following example retrieves the session ID of a Verifier cellview.

verifOpenCellView("test" "setup" "verifier")
=> 1
sessionId = verifGetCellViewSession("test" "setup" "verifier")
=> 1

Related Topics

verifCloseSession

verifGetAllSessions

verifGetSessionCellView

verifIsSessionModified

verifIsValidSession

verifSaveSession

Verifier Session and Setup Functions


Return to top
 ⠀
X