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

verifGetSnapshotComment

verifGetSnapshotComment(
g_sessionId
t_snapshotName
)
=> t_comment / nil

Description

Returns the comment text for a 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_comment

Comment text.

nil

Command is unsuccessful.

Examples

The following example opens a Verifier session and returns the comments for a snapshot.

sess = verifOpenCellView("mylib" "mycell" "verifier")
=> 0
verifGetSnapshotComment(sess "snap1")
=> "The first snapshot"

Related Topics

verifSetSnapshotComment

Snapshot Functions


Return to top
 ⠀
X