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

relxGetRelxStage

relxGetRelxStage(
o_session
)
=> t_relxStage / nil

Description

Returns the current stage of the reliability simulation in the given session.

Arguments

o_session

Session object of the current session. You can also use the asiGetCurrentSession function to specify the current session.

Value Returned

t_relxStage

Returns one of the following values:

  • stress: Stress simulation stage
  • aging: Aging simulation stage
  • all: Stress and aging simulations are running on a single netlist.

nil

Returns an empty string if reliability analysis is not enabled in the test setup or if there is an error.

Examples

In this example, the function returns "aging", which indicates that the current stage of reliability simulation is aging.

session = asiGetCurrentSession()
relxGetRelxStage(session)
=> "aging"

Return to top
 ⠀
X