relxGetSimulationRunCommand
relxGetSimulationRunCommand (t_sessionName) =>t_runSimulationFileName/ nil
Description
Formats the content of the simulation run file present in the netlist directory. This file is required to run simulation flow.
Arguments
|
Name of the Spectre session. You can also use the |
Value Returned
|
For the specified Spectre session, returns the name of the simulation run file. |
|
Examples
In this example, the function returns the name of the simulation run file for the current session.
session = asiGetCurrentSession()
relxGetSimulationRunCommand( session )
Return to top