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

verifSetReferenceSnapshot

verifSetReferenceSnapshot(
g_sessionId
t_refSnapshotName
)
=> t / nil

Description

Sets the reference snapshot in the specified Verifier session.

Arguments

g_sessionId

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

t_refSnapshotName

Name of the reference snapshot.

Value Returned

t

Reference snapshot is set successfully.

nil

Command is unsuccessful.

Examples

The following example starts a Verifier session with a cellview 'test/snapshots/verifier' and sets the reference snapshot.

uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifSetReferenceSnapshot(uid "mySnap")
=> t

Related Topics

verifAreSnapshotsEnabled

verifGetReferenceSnapshot

Snapshot Functions


Return to top
 ⠀
X