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

verifSetSnapshotVisible

verifSetSnapshotVisible(
g_sessionId
t_snapshotName
g_isVisible
)
=> t / nil

Description

Sets the visibility of a snapshot in a Verifier session. When made visible, it appears as a column in the Snapshots tab.

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_isVisible

Boolean to specify whether the snapshot should be made visible or not.

Value Returned

t

Snapshot is visible or hidden.

nil

Command is unsuccessful.

Examples

The following example opens a Verifier session with a cellview 'test/snapshots/verifier' and toggles the visibility of a snapshot.

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

Related Topics

verifIsSnapshotVisible

Snapshot Functions


Return to top
 ⠀
X