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

maeResumeSimulation

maeResumeSimulation(
[ t_session ]
)
=> t / nil

Description

Resumes the simulations that were earlier suspended automatically by ADE Explorer or ADE Assembler according to the settings specified on the Resources tab of the Job Policy Setup form.

Arguments

t_session

Name of the ADE Explorer or ADE Assembler session. If not specified, the current session is used.

Value Returned

t

The simulation was resumed.

nil

The command was not successful.

Examples

The following example shows how you can print all warning messages from a simulation run:

mySession=maeOpenSetup("solutions" "amptest" "maestro")
=> t
>
maeRunSimulation()
=> "Interactive.1"
...
;; assumption that the simulation got suspended due to unavailability of disk space
maeResumeSimulation()
=> t

Related Topics

Automatically Suspend Simulations When the Disk Space is Low


Return to top
 ⠀
X