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

axlRunSimulation

axlRunSimulation( 
[ ?session t_session ]
[ ?callback t_callback ]
) 
=> x_runid / nil 

Description

Starts a simulation run of all enabled tests and specifies a SKILL expression to call upon completion.

Arguments

?session t_session

Session name.

?callback t_callback

SKILL expression for callback.

Value Returned

x_runid

Run ID.

nil

Unsuccessful operation.

Examples

The following example runs simulation for all enabled tests in the current session.

axlRunSimulation() 
=> 1001

In the following example, the tool runs simulation for all enabled tests in the current session. After the simulation is complete, the function will also execute the callback script provided by the callback argument.

axlRunSimulation( ?session "session0" ?callback "printf(\"Run Complete\")") 
=> 1001

Related Topics

Starting a Simulation


Return to top
 ⠀
X