verifSetSnapshotRelativeTolerance
verifSetSnapshotRelativeTolerance(
g_sessionId
f_value
)
=> t / nil
Description
Sets the relative tolerance for snapshot comparison in a Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
Examples
The following example opens a Verifier session with a cellview 'test/snapshots/verifier' and sets its relative tolerance.
sess = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifSetSnapshotRelativeTolerance(sess 1.2)
=> t
Related Topics
verifGetSnapshotAbsoluteTolerance
verifGetSnapshotRelativeTolerance
verifSetSnapshotAbsoluteTolerance
Return to top