maeGetReliabilityVarValue
maeGetReliabilityVarValue(t_relxSetupName t_varName[?varTypet_varType] [?runt_runName] [?sessiont_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
Value Returned
|
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