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

maeSetReliabilityOptionVal

maeSetReliabilityOptionVal(
t_relxSetupName
s_varName
t_varValue
[ ?run t_runName ]
[ ?session t_session ]
)
=> t / nil

Description

Sets the value of the specified reliability option in a reliability setup.

Arguments

t_relxSetupName

Name of the reliability setup.

s_varName

Name of the reliability option.

For more details about the reliability options, refer to spectre.relxOpts environment variables.

t_varValue

Value of the reliability option to be set.

?run t_runName

Name of the run in a run plan.

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

nil

The value of the reliability option is not set because of an error.

Examples

The following example sets the value of the reliability option agingPointsType to Gradual aging in the reliability setup relA in the active setup of the current maestro session.

maeSetReliabilityOptionVal("relA" 'agingPointsType "Gradual aging")
=> t

The following example sets the value of the reliability option degSortType to threshold in the reliability setup relA saved in Run.0 in the current maestro session.

maeSetReliabilityOptionVal("relA" 'degSortType "threshold" ?run "Run.0")
=> t

Return to top
 ⠀
X