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

verifGetReferenceSnapshot

verifGetReferenceSnapshot(
g_sessionId
)
=> t_refSnapshotName / nil

Description

Retrieves the reference snapshot from the specified Verifier session.

Arguments

g_sessionId

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

Value Returned

t_refSnapshotName

Name of the reference snapshot.

nil

Command is not successful.

Examples

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

uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0

Retrieves the snapshot with the specified name.

verifGetReferenceSnapshot(uid)
"active"     

Related Topics

verifGetReferenceSnapshot

verifGetSnapshot

verifGetSnapshots

verifGetSnapshotsData

verifSetReferenceSnapshot

Snapshot Functions


Return to top
 ⠀
X