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

maeAddPostRunScript

maeAddPostRunScript(
t_runName
t_postRunScriptFileName
[ ?session t_sessionName ]
)
=> t / nil

Description

Adds the given post-run script to the specified run in the run plan.

Arguments

t_runName

Name of the run to which the post-run script file is to be added.

t_postRunScriptFileName

Path of the post-run script.

?session t_session

Name of the session. If not specified, the current session is used.

Value Returned

t

The post-run script is added successfully.

nil

Indicates an error while adding a post-run script.

Examples

Adds a post-run script to run Run.0:

maeAddPostRunScript("Run.0" "/home/user/maeBestPoint.il")
=> t

Related Topics

Executing a Run Plan Based on Conditions


Return to top
 ⠀
X