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

maeIsFinalRunCompleted

maeIsFinalRunCompleted(
[ ?session t_sessionName ] 
)
=> t / nil

Description

Checks if the current run is the last run executed in the run plan. A run is said to be the last run if either no further runs exist in the run plan or no undetected faults are found in the current run.

Implemented exclusively for the fault dropping flow.

Arguments

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

t

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

nil

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

Examples

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

maeIsFinalRunCompleted()
=> t

Return to top
 ⠀
X