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

verifSetSnapshotLocked

verifSetSnapshotLocked(
g_sessionId
t_snapshotName
g_isLocked
)
=> t / nil

Description

Locks or unlocks the specified snapshots in the given 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.

g_isLocked

Boolean to specify whether the snapshot should be locked or not.

Value Returned

t

Snapshot is locked or unlocked.

nil

Command is unsuccessful.

Examples

The following example opens a Verifier session with a cellview 'test/snapshots/verifier' and then locks and unlocks a snapshot.

sess = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifSetSnapshotLocked(sess "snap1" t)
=> t
verifSetSnapshotLocked(sess "snap1" nil)
=> t

Related Topics

verifIsSnapshotLocked

Snapshot Functions


Return to top
 ⠀
X