maeSetReliabilityModel
maeSetReliabilityModel(t_relxSetupName l_value[?runt_runName] [?sessiont_session] ) =>t/nil
Description
Sets the model files to be used in the specified reliability setup.
Arguments
Value Returned
|
The model file settings are applied to the reliability setup. |
|
|
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