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

relxGetReliabilityOptionVal

relxGetReliabilityOptionVal(
t_sessionName
s_optionName
)
=> t_reliabilityOptionValue/ nil

Description

Returns the value of the specified Reliability option variable in the given session.

It is a unit function for netlist and control flow. It is recommended not to rewrite this function.

Arguments

t_sessionName

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

s_optionName

Name of the variable whose value you want to return. The value should be in symbol format.

Value Returned

t_ReliabilityOptionValue

For Spectre session, returns the value of the specified Reliability option.

nil

For any other session, returns nil.

Examples

In this example, the function returns the value of Reliability option xyz.

session = asiGetCurrentSession()
relxGetReliabilityOptionVal(session 'xyz')

Return to top
 ⠀
X