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

maeClearTestJobPolicy

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

Description

Clears the job setup of a given test and applies the global job setup.

Arguments

t_testName

Name of the test for which the job policies are to be removed.

?session t_sessionName

Name of the session. When not specified, it uses the current session.

Value Returned

t

The the job setup of the given test is cleared and the global job setup is applied.

nil

The the job setup of the given test is not cleared and the global job setup is not applied.

Examples

Clear the test-level job setup for the test.

maeClearTestJobPolicy("AMSBC:Inv:1")
=> t

Return to top
 ⠀
X