Product Documentation
Virtuoso ADE Verifier SKILL Reference
Product Version IC23.1, November 2023

verifSetSnapshotAbsoluteTolerance

verifSetSnapshotAbsoluteTolerance(
g_sessionId
f_value
)
=> t / nil

Description

Sets the absolute tolerance for snapshot comparison in a Verifier session.

Arguments

g_sessionId

Integer, string number, or window specifying the Verifier session ID. For example, 0, "0", or window(2).

f_value

Floating point number for the tolerance.

Value Returned

t

Absolute tolerance is set successfully.

nil

Command is unsuccessful.

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

Snapshot Functions


Return to top
 ⠀
X