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

verifGetSessionCellView

verifGetSessionCellView(
g_sessionId
)
=> l_libCellView / nil

Description

Returns the cellview name for the specified session.

Argument

g_sessionId

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

Value Returned

l_libCellView

A list containing the library, cell and view for the specified session.

nil

The session does not exist.

Examples

The following example retrieves the library, cell, and view of a newly opened Verifier session.

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

Related Topics

verifGetAllSessions

verifGetSessionCellView

verifIsSessionModified

verifIsSessionReadOnly

verifIsValidSession

verifSaveSessionAs

Verifier Session and Setup Functions


Return to top
 ⠀
X