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

verifSetSnapshotRelativeTolerance

verifSetSnapshotRelativeTolerance(
g_sessionId
f_value
)
=> t / nil

Description

Sets the relative 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

Relative tolerance is set successfully.

nil

Command is unsuccessful.

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

Snapshot Functions


Return to top
 ⠀
X