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

verifRenameSnapshot

verifRenameSnapshot(
g_sessionId
t_snapshotName
t_newSnapshotName
)
=> t / nil

Description

Renames a snapshot with the specified name.

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_newSnapshotName

New name of the snapshot.

Value Returned

t

Snapshot is renamed successfully.

nil

Snapshot does not exist or the command is unsuccessful.

Examples

The following example starts a Verifier session with a cellview 'test/snapshots/verifier' and renames the specified snapshot.

uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifRenameSnapshot(uid "snap_2019_07_08_11_25_26" "mySnap_1")
=> t

Related Topics

verifCreateSnapshot

verifCreateSnapshotConfiguration

verifDeleteSnapshot

verifRestoreFromSnapshot

Snapshot Functions


Return to top
 ⠀
X