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

maeGetReliabilityVarValue

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

Description

Returns 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 whose value is to be retrieved.

?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 specified variable is retrieved from 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_varValue

The value of the variable in the reliability setup.

nil

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

Examples

The following example returns the value of the variable vdc in the stress stage of the reliability setup relA saved in the active setup of the current maestro session.

maeGetReliabilityVarValue("relA" "vdc" ?varType "stress")
=> "1.5"

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

maeGetReliabilityVarValue("relA" "vdc" ?varType "stress" ?run "Run.0")
=> "1.7"

Return to top
 ⠀
X