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

relxGetRXControlFileName

relxGetRXControlFileName(
t_sessionName
)
=> t_RXControlFilename / nil

Description

Returns the name of the RXControl file.

If you want to format your RXControl file, you need to rewrite this function.Then, the function returns the name of the formatted RXControl file.

Arguments

t_sessionName

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

Value Returned

""

Returns an empty string as the filename in the specified Spectre session because by default netlist does not perform any operation.

t_RXControlFilename

Returns the RXControl filename when the function is rewritten.

nil

There is an error.

Examples

Consider the following example in which the ADE L session is created using Spectre. If you run this function, it returns an empty string.

session = asiGetCurrentSession()
relxGetRXControlFileName(session)
=> ""

Return to top
 ⠀
X