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

verifAreSnapshotsEnabled

verifAreSnapshotsEnabled(
g_sessionId
)
=> t / nil

Description

Checks if snapshots are enabled in 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

Snapshots are enabled in the specified Verifier session.

nil

Snapshots are disabled in the specified Verifier session, or the command is not successful.

Examples

The following example starts a Verifier session with a new cellview.

winId = deNewCellView("test" "snapshots" "verifier" "verifier" nil)
INFO (VERIFIER-8215): Started Verifier session '0'.
window:2
uid = winId->verifSession
=> 0

Checks if snapshots are enabled. By default, the snapshots are disabled.

verifAreSnapshotsEnabled(uid)
=> nil

Enable the snapshots.

verifSetSnapshotsEnabled(uid t)
=> t
verifAreSnapshotsEnabled(uid)
=> t

Related Topics

verifSetSnapshotsEnabled

Snapshot Functions


Return to top
 ⠀
X