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

verifGetSnapshots

verifGetSnapshots(
g_sessionId
)
=> l_snapshots / nil

Description

Retrieves the list of snapshots 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

l_snapshots

List of snapshots.

nil

Snapshot does not exist or the command is not successful.

Examples

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

uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifGetSnapshots(uid)
=> ("active" "snap_2019_07_08_11_25_26" "mySnap")

Related Topics

verifGetSnapshot

verifGetSnapshotsData

Snapshot Functions


Return to top
 ⠀
X