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

verifRestoreFromSnapshot

verifRestoreFromSnapshot(
g_sessionId
t_snapshotName
)
=> t / nil

Description

Restores a Verifier session from a snapshot along with any stored results.

Arguments

g_sessionId

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

t_snapshotName

Name of the snapshot.

Value Returned

t

Verifier session is restored from a snapshot.

nil

Command is unsuccessful.

Examples

The following example opens a Verifier session with a cellview 'test/snapshots/verifier' and restores a Verifier session from the snapshot.

sess = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifRestoreFromSnapshot(sess "snap1")
=> t

Related Topics

verifDeleteSnapshot

verifDeleteSnapshotConfiguration

verifExportSnapshotsToExcel

verifGetSnapshotsData

Snapshot Functions


Return to top
 ⠀
X