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

maeStopSimulation

maeStopSimulation(
[ ?historyName l_historyNames ]
[ ?session t_sessionName ] 
)
=> t / nil

Description

Stops simulation runs for the given histories.

Arguments

?historyName l_historyNames

List of history names.

If this argument is not provided, all the simulations that are currently running are stopped.

?session t_sessionName

Name of the session.

If not specified, the currently active session is used.

Value Returned

t

Simulation was stopped for the given histories.

nil

The command was not successful.

Examples

The following example code runs the Single Run, Sweeps and Corners for the current session:

maeOpenSetup("solutions" "amptest" "maestro" ?mode "a")
=> "session1"
maeRunSimulation()
=> "Interactive.1"
;; returns the name of the history created by the run
maeStopSimulation()

Return to top
 ⠀
X