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

maeSetRelxTest

maeSetRelxTest(
t_relxSetupName
t_testName
[ ?testType t_testType ]
[ ?run t_runName ]
[ ?session t_session ]
)
=> t / nil

Description

Sets the name of the fresh, stress, or aged test used in the specified reliability setup.

Arguments

t_relxSetupName

Name of the reliability setup.

t_testName

Name of the test to be set.

?testType t_testType

Stage of the reliability setup.

Valid values: fresh, stress, aged.

Default value: fresh

?run t_runName

Name of the run in a run plan.

If you do not specify this argument, the test name is set in the reliability setup saved in the active setup.

This argument is useful only when the setup has a run plan.

?session t_session

Name of the ADE Explorer or ADE Assembler session.

Default: The current session.

Value Returned

t

The test name of the reliability stage is set.

nil

The test name of the reliability stage is not set because of an error.

Examples

The following example sets the name of the test used in the stress stage of the reliability setup relA to osc_Stress in the active setup of the current maestro session.

maeSetRelxTest("relA" "osc_Stress" ?testType "stress")
=> t

The following example sets the name of the test used in the stress stage of the reliability setup relA to new_Stress in Run.0 in the current maestro session.

maeSetRelxTest("relA" "new_Stress" ?testType "stress" ?run "Run.0")
=> t

Return to top
 ⠀
X