verifSetReferenceSnapshot
verifSetReferenceSnapshot(
g_sessionId
t_refSnapshotName
)
=> t / nil
Description
Sets the reference snapshot in the specified Verifier session.
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 sets the reference snapshot.
uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifSetReferenceSnapshot(uid "mySnap")
=> t
Related Topics
Return to top