maeStopSimulation
maeStopSimulation( [?historyNamel_historyNames] [?sessiont_sessionName] ) => t / nil
Description
Stops simulation runs for the given histories.
Arguments
|
If this argument is not provided, all the simulations that are currently running are stopped. |
|
Value Returned
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