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
|
Name of the Spectre session. You can also use the |
Value Returned
|
Returns an empty string as the filename in the specified Spectre session because by default netlist does not perform any operation. |
|
|
Returns the |
|
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