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
|
Name of the Spectre session. You can also use the |
Value Returned
|
For the specified Spectre session, returns |
|
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