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

verifGetSnapshotAbsoluteTolerance

verifGetSnapshotAbsoluteTolerance(
g_sessionId
)
=> f_value / nil

Description

Returns the absolute tolerance value used when comparing snapshot values.

Arguments

g_sessionId

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

Value Returned

f_value

Floating point value of the tolerance.

nil

Command is unsuccessful.

Examples

The following example opens a Verifier session and returns the tolerance.

sess = verifOpenCellView("mylib" "mycell" "verifier")
=> 0
verifGetSnapshotAbsoluteTolerance(sess)
=> 1.34

Related Topics

verifGetSnapshotRelativeTolerance

verifSetSnapshotAbsoluteTolerance

verifSetSnapshotRelativeTolerance

Snapshot Functions


Return to top
 ⠀
X