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

maeIsFirstRunInRunPlan

maeIsFirstRunInRunPlan(
[ ?session t_sessionName ] 
[ ?historyName t_historyName ] 
)
=> t / nil

Description

Checks if the current run is the first run executed in the run plan. Implemented exclusively for the fault dropping flow.

Arguments

?session t_sessionName

Name of the session.

If not specified, the current session is used.

?historyName t_historyName

History name for the current run being executed.

Value Returned

t

The current run is the first executed run in the run plan.

nil

The current run is not the first executed run in the run plan.

Examples

Checks if the current run is the first run executed in the run plan.

maeIsFirstRunInRunPlan(?historyName "Plan.0.Run.0")
=> t

Return to top
 ⠀
X