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

verifSaveSession

verifSaveSession(
g_sessionId
)
=> t / nil

Description

Saves the active setup of the specified Verifier session to the cellview from where the setup was loaded.

Arguments

g_sessionId

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

Value Returned

t

Successfully saved the session.

nil

Failed to save the session.

Examples

The following example shows how to save a Verifier session in its cellview.

sess = verifOpenCellView("test" "setup" "verifier")
=> 0
verifSaveSession(sess)
INFO (VERIFIER-1507): Saved cellview test.setup:verifier
=> t

Related Topics

verifCloseSession

verifGetSessionCellView

verifIsValidSession

verifSaveSessionAs

Verifier Session and Setup Functions


Return to top
 ⠀
X