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

verifSetSnapshotsEnabled

verifSetSnapshotsEnabled(
g_sessionId
g_enabled
)
=> t / nil

Description

Enables or disables snapshots 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).

g_enabled

State of 'Enabled'.

Value Returned

t

Enables snapshots in the specified Verifier session.

nil

Command is unsuccessful.

Examples

The following example opens a Verifier session with a cellview and changes the 'Enabled' state.

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

Returns nil if the snapshots are not enabled. By default, snapshots are disabled.

verifAreSnapshotsEnabled(uid)
=> nil

Enable the snapshots.

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

Related Topics

verifAreSnapshotsEnabled

Snapshot Functions


Return to top
 ⠀
X