verifSetSnapshotAbsoluteTolerance
verifSetSnapshotAbsoluteTolerance(
g_sessionId
f_value
)
=> t / nil
Description
Sets the absolute 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 the absolute tolerance.
sess = verifOpenCellView("test" "snapshots" "verifier")
=> 0
verifSetSnapshotAbsoluteTolerance(sess 1.2)
=> t
Related Topics
verifGetSnapshotAbsoluteTolerance
verifGetSnapshotRelativeTolerance
verifSetSnapshotRelativeTolerance
Return to top