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

verifSaveSessionAs

verifSaveSessionAs(
g_sessionId
t_libName
t_cellName
t_viewName
)
=> t / nil

Description

Saves the active setup of specified Verifier session as a cellview of the type ‘verifier’.

Arguments

g_sessionId

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

t_libName

The library name. This must already exist.

t_cellName

The new cell name.

t_viewName

The new view name.

Value Returned

t

Session was successfully saved as a new cellview.

nil

Failed to save the cellview.

Examples

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

sess = verifOpenCellView("test" "sample" "verifier")
=> 1
verifSaveSessionAs(sess "test" "sample" "verifier_new")
=> t

Related Topics

verifCloseSession

verifIsSessionModified

verifIsSessionReadOnly

verifIsValidSession

verifSaveSession

Verifier Session and Setup Functions


Return to top
 ⠀
X