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

maeSetReliabilityVarValue

maeSetReliabilityVarValue(
t_relxSetupName
t_varName
t_varValue
[ ?varType t_varType ]
[ ?run t_runName ]
[ ?session t_session ]
)
=> t / nil

Description

Sets the value of the specified variable used in the fresh, stress, or aged test in a reliability setup.

Arguments

t_relxSetupName

Name of the reliability setup.

t_varName

Name of the variable.

t_varValue

Value of the variable to be set.

?varType t_varType

Name of the reliability stage.

Valid values: fresh, stress, and aged.

Default: fresh

?run t_runName

Name of the run in a run plan.

If you do not specify this argument, the value of the variable 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 value of the variable is set.

nil

The value of the variable is not set because of an error.

Examples

The following example sets the value of the variable vdc to 1.7 in the stress stage of the reliability setup relA in the active setup of the current maestro session.

maeSetReliabilityVarValue("relA" "vdc" 1.7 ?varType "stress")
=> t

The following example sets the value of the variable vdc to 1.9 in the stress stage of the reliability setup relA saved in Run.0 in the current maestro session.

maeSetReliabilityVarValue("relA" "vdc" 1.9 ?varType "stress" ?run "Run.0")
=> t

Return to top
 ⠀
X