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

maeSuspendSimulation

maeSuspendSimulation(
[ t_sessionName ] 
)
=> t / nil

Description

Suspends the simulation run for the specified session. If not specified, the current simulation run is suspended.

Arguments

t_sessionName

Name of the ADE Explorer or ADE Assembler session.

Default: Current session.

Value Returned

t

The simulation run was suspended.

nil

The command could not be run.

Examples

The following example shows how to suspend a simulation run:

maeRunSimulation()
=> "Interactive.9"
maeSuspendSimulation()
=> t


Return to top
 ⠀
X