maeSetRelxTestEnabled
maeSetRelxTestEnabled(t_relxSetupName g_enabled[?runt_runName] [?sessiont_session] ) =>t/nil
Description
Enables or disables a reliability stage in the specified reliability setup.
Arguments
|
Name of the run in a run plan. If you do not specify this argument, the reliability stage is disabled from the reliability setup saved in the active setup. |
|
Value Returned
|
The status of the reliability stage is not set because of an error. |
Examples
The following example enables the reliability stage aged in the reliability setup relA saved in the active setup of the current maestro session.
maeSetRelxTestEnabled("relA" t ?testType "aged")
=> t
The following example disables the reliability stage aged in the reliability setup relA saved in Run.0 in the current maestro session.
maeSetRelxTestEnabled("relA" nil ?testType "aged" ?run "Run.0")
=> t
Return to top