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

asiRunSimulation

asiRunSimulation( 
o_session 
) 
=> g_status / nil

Description

This function runs the simulation for the session. It is called by the environment, so you should not call it directly from the interface. This method can be redefined for the interface. Use callNextMethod in this definition.

Arguments

o_session

The OASIS session object.

Value Returned

g_status

The simulation is run successfully.

nil

Errors were encountered when starting the simulation.

Examples

The following example shows how to overload the asiRunSimulation function:

defmethod( asiRunSimulation (( session yourSimulator_session))
    <insert code you need >
    callNextMethod()
    <insert code you need>

Return to top
 ⠀
X