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

relxIsReliabilityEnabled

relxIsReliabilityEnabled(
t_sessionName
)
=> t / nil

Description

Checks whether the Reliability analysis is enabled or disabled in the specified session.

Arguments

t_sessionName

Name of the Spectre session. You can also use the asiGetCurrentSession function to specify the current session.

Value Returned

t

The Reliability analysis is enabled in the specified Spectre session.

nil

The Reliability analysis is disabled in the specified Spectre session or if there is an error.

For other sessions, return value is always nil.

Examples

Consider the following example in which the ADE L session is created using Spectre. Now, when you run the relxIsReliabilityEnabled function, it The Reliability analysis is enabled.

session = asiGetCurrentSession()
relxIsReliabilityEnabled(session)
=> t

Return to top
 ⠀
X