verifGetSnapshotRelativeTolerance
verifGetSnapshotRelativeTolerance(g_sessionId) =>f_value/ nil
Description
Returns the relative tolerance value used when comparing snapshot values.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
Examples
The following example opens a Verifier session and returns the tolerance.
sess = verifOpenCellView("mylib" "mycell" "verifier")
=> 0
verifGetSnapshotRelativeTolerance(sess)
=> 2.54
Related Topics
verifGetSnapshotAbsoluteTolerance
verifSetSnapshotAbsoluteTolerance
verifSetSnapshotRelativeTolerance
Return to top