maeSetReliabilityOptionVal
maeSetReliabilityOptionVal(t_relxSetupName s_varName t_varValue[?runt_runName] [?sessiont_session] ) =>t/nil
Description
Sets the value of the specified reliability option in a reliability setup.
Arguments
|
Name of the reliability option.
For more details about the reliability options, refer to |
|
|
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. |
|
Value Returned
|
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