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

relxAddReliabilityInStateComponent

relxAddReliabilityInStateComponent (
t_sessionName
)
=> t / nil

Description

Adds the Reliability Setup option in the save and load state forms of the specified session. To reuse the save and load state flow of ADE in your simulator, you can rewrite this function and ensure that the function returns t.

Arguments

t_sessionName

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

Value Returned

t

Returns t when the function is rewritten for other sessions.

nil

Returns nil when the function is run in the specified session.

Examples

In this example, the function adds the Reliability Setup option to the save and load state flow in the current session.

session = asiGetCurrentSession()
relxAddReliabilityInStateComponent(session)

Return to top
 ⠀
X