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

asiGetSimulationRunCommand

asiGetSimulationRunCommand( 
o_session 
)
=> g_command / nil

Description

Gets the simulation run command. For direct simulators, it also creates the runSimulation file.

Arguments

o_session

Simulation session object

Value Returned

g_command

Returns the simulation run command.

nil

Indicates an error.

Examples

For the spectre session sess, this command creates the runSimulation file in the netlist directory and returns ./runSimulation as the simulation run command.

asiGetSimulationRunCommand( sess )

Return to top
 ⠀
X