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

maeIsPrerunScriptEnabled

maeIsPrerunScriptEnabled(
t_sessionName
t_testName
)
=> t / nil

Description

Checks whether pre-run scripts are enabled for a test in the given maestro session.

Arguments

t_sessionName

Name of the session.

t_testName

Name of the test.

Value Returned

t

If pre-run script is enabled for the specified test.

nil

If pre-run script is not enabled in the test, if session is not found, or the specified test is invalid.

Examples

Checks whether pre-run scripts are enabled for the test test1.

maeIsPrerunScriptEnabled("fnxSession0" "test1") 
=> t

Return to top
 ⠀
X