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

verifSetSnapshotComment

verifSetSnapshotComment(
g_sessionId
t_snapshotName
t_comment
)
=> t / nil

Description

Sets the comment for a snapshot in a Verifier session.

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.

t_comment

Comment for the snapshot.

Value Returned

t

Comment is set successfully.

nil

Snapshot does not exist or command is unsuccessful.

Examples

The following example opens a Verifier session with a cellview 'test/snapshots/verifier' and sets the comment for the specified snapshot.

uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifSetSnapshotComment(uid "snap_2019_07_08_11_25_26" "This is a comment")
=> t

Related Topics

verifGetSnapshotComment

Snapshot Functions


Return to top
 ⠀
X