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

verifGetSnapshotsData

verifGetSnapshotsData(
g_sessionId
[ g_showAll ]
)
=> l_snapshotsData / nil

Description

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

g_showAll

Boolean that controls whether to show all details, that is, all contents of every snapshot.

Value Returned

l_snapshotsData

Disembodied property list for 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 a disembodied property list for snapshots.

uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifGetSnapshotsData(uid)
(nil activeConfig "" configs nil
enabled nil reference "mySnap" snaps
((nil comment "Active requirements snapshot data" date "Jul 8 15:57:46 2019"
locked t name "active" user "tom" visible t
)
(nil comment "" date "Jul 8 13:59:58 2019" location "snapshots/snap_2019_07_08_11_25_26/snapshot.json" locked nil name "mySnap" user "tom" visible t)
(nil comment "" date "Jul 8 14:57:32 2019" location "snapshots/snap_2019_07_08_11_25_26/snapshot.json" locked nil name "snap_2019_07_08_11_25_26" user "tom" visible t)
)
)

Related Topics

verifAreSnapshotsEnabled

verifExportSnapshotsToExcel

verifGetSnapshot

verifGetSnapshots

verifRestoreFromSnapshot

Snapshot Functions


Return to top
 ⠀
X