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
|
Name of the ADE Explorer or ADE Assembler session. If not specified, the current session is used. |
Value Returned
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
Return to top