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

maeGetReliabilityModel

maeGetReliabilityModel(
t_relxSetupName
[ ?run t_runName ]
[ ?session t_session ]
)
=> l_modelFile / nil

Description

Returns the model file settings used for the specified reliability setup in the active setup or in the specific run of a run plan.

Arguments

t_relxSetupName

Name of the reliability setup for which the model file settings are to be retrieved.

?run t_runName

Name of the run in a run plan for which the model file settings are to retrieved.

If you do not specify this argument, the model file settings for the reliability setup are retrieved from 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

l_modelFile

Model file settings used in the reliability setup.

nil

Model file settings are not retrieved because of an error.

Examples

The following example returns the model file settings used in the reliability setup relA, which is saved in the active setup of the current maestro session.

maeGetReliabilityModel("relA")
=> (nil placementtype "After Standard Model" modelfiles "((\"/servers/user/Reliability/model_spectre/age.scs\" \"tt\"))")

The following example returns the model file settings used in the reliability setup relA, which is saved in Run.0 in the current maestro session.

maeGetReliabilityModel("relA" ?run "Run.0")
=> (nil placementtype "Before Standard Model" modelfiles "((\"/servers/user/Reliability/model_spectre/new.scs\" \"tt\"))")

Return to top
 ⠀
X