verifRenameSnapshot
verifRenameSnapshot(
g_sessionId
t_snapshotName
t_newSnapshotName
)
=> t / nil
Description
Renames a snapshot with the specified name.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
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
verifCreateSnapshotConfiguration
Return to top