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

verifGetSnapshot

verifGetSnapshot(
g_sessionId
t_snapshotName
)
=> l_data / nil

Description

Retrieves the disembodied property list for 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).

t_snapshotName

Name of the snapshot.

Value Returned

l_data

Disembodied property list for snapshot.

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 disembodied property list for snapshot.

uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifGetSnapshot(uid "snap_2019_07_08_11_25_26")
(nil comment "" customProperties (nil)
date "Jul 8 14:57:32 2019" locked nil name
"snap_2019_07_08_11_25_26" requirements nil user "tom"
visible t
)     

Related Topics

verifGetSnapshots

verifGetSnapshotsData

Snapshot Functions


Return to top
 ⠀
X