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

verifIsSnapshotVisible

verifIsSnapshotVisible(
g_sessionId
t_snapshotName
)
=> t / nil

Description

Returns the visibility status for the specified snapshot.

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.

Value Returned

t

Snapshot is visible.

nil

Snapshot is not visible or the command is unsuccessful.

Examples

The following example starts a Verifier session with a cellview 'test/snapshots/verifier' and returns the visibility status of a snapshot.

sess = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifIsSnapshotVisible(sess "snap1")
=> t
verifIsSnapshotVisible(sess "snap2")
=> nil
verifIsSnapshotVisible(sess "invalid-snap")
*WARNING* (VERIFIER-10003): Cannot find snapshot 'invalid-snap' as there is no snapshot with this name.
Use a valid name and try again.
=> nil

Related Topics

verifSetSnapshotVisible

Snapshot Functions


Return to top
 ⠀
X