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

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

t_sessionName

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

Value Returned

t_runSimulationFileName

For the specified Spectre session, returns the name of the simulation run file.

nil

Returns nil for any other sessions or if there is an error.

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
 ⠀
X