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

maeSetReliabilityModel

maeSetReliabilityModel(
t_relxSetupName
l_value
[ ?run t_runName ]
[ ?session t_session ]
)
=> t / nil

Description

Sets the model files to be used in the specified reliability setup.

Arguments

t_relxSetupName

Name of the reliability setup.

l_value

The model file settings to be used in the reliability setup.

?run t_runName

Name of the run in a run plan.

If you do not specify this argument, the model file settings are applied to the reliability setup in the active setup.

This argument is useful 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 model file settings are applied to the reliability setup.

nil

The model file settings are not applied to the reliability setup because of an error.

Examples

The following example applies the model file settings to the reliability setup relA in the active setup of the current maestro session.

maeSetReliabilityModel("relA" '(nil placementtype "After Standard Model" modelfiles "((\"/servers/user/reliability/model_spectre/mos.scs\" \"AGE_ON\"))"))
=> t

The following example applies the model file settings to the reliability setup relA in Run.0 in the current maestro session.

maeSetReliabilityModel("relA" '(nil placementtype "After Standard Model" modelfiles "((\"/servers/user/reliability/model_spectre/mos.scs\" \"AGE_ON\"))") ?run "Run.0")
=> t

Return to top
 ⠀
X