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

relxSetReliabilityVal

relxSetReliabilityVal(
t_sessionName 
g_value
) 
=> t / nil

Description

Enables or disables the Reliability analysis in the specified session.

Arguments

t_sessionName

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

g_value

Boolean indicating whether you want to enable or disable reliability analysis in the specified session. When set to t, reliability analysis is enabled. When set to nil, it is disabled.

Value Returned

t

The reliability analysis is enabled in the specified Spectre session.

nil

The reliability analysis is disabled or if there is an error.

Examples

In this example, the function returns t because you enable the reliability analysis in the current session.

session = asiGetCurrentSession()
relxSetReliabilityVal (session t)
=> t

Return to top
 ⠀
X