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

relxFormatRXControlFile

relxFormatRXControlFile(
t_sessionName
)
=> t / nil

Description

When the session is created using Spectre, this function creates a file that includes all the possible options for Relxpert Reliability simulator mode. This function does not work for other sessions. If Lynx’s netlist flow is based on the result of this function, you need to rewrite the relxGetRXControlFileName function.

Arguments

t_sessionName

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

Value Returned

t

For the specified Spectre session, returns t when the function runs successfully. Also, for any other session, returns t.

nil

There is an error.

Examples

Consider the following example in which the ADE L session is created using Spectre. Now, if you run this function, it returns t when the file containing the Relxpert Reliability simulator options is successfully created.

session = asiGetCurrentSession()
relxFormatRXControlFile(session)
=> t

Return to top
 ⠀
X