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