maeSetRelxSetupEnabled
maeSetRelxSetupEnabled(t_relxSetupName g_enabled[?runt_runName] [?sessiont_session] ) =>t/nil
Description
Enables or disables a reliability setup in the active setup or in the specific run of a run plan.
Arguments
Value Returned
|
The status of the reliability setup is not set because of an error. |
Examples
The following example enables the reliability setup relA in the active setup of the current maestro session.
maeSetRelxSetupEnabled("relA" t)
=> t
The following example disables the reliability setup relA in Run.0 in the current maestro session.
maeSetRelxSetupEnabled("relA" nil ?run "Run.0")
=> t
Return to top