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

maeAddPreRunScript

maeAddPreRunScript(
t_runName
t_preRunScriptFileName
[ ?session t_sessionName ]
)
=> t / nil

Description

Adds the pre-run script to the specified run in the run plan.

Arguments

t_runName

Name of the run to which a pre-run script is to be added.

t_preRunScriptFileName

Path to the pre-run script file.

?session t_sessionName

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

Value Returned

t

Pre-run script added successfully.

nil

Indicates an error while adding a pre-run script.

Examples

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

maeAddPreRunScript("Run.0" "/home/user/maeBestPreScript.il")
=> t

Related Topics

Executing a Run Plan Based on Conditions


Return to top
 ⠀
X