maeGetRelxSetupEnabled
maeGetRelxSetupEnabled(t_relxSetupName[?runt_runName] [?sessiont_session] ) =>t/nil
Description
Returns the current status of a reliability setup in the active setup or in the specific run of a run plan.
Arguments
|
Name of the run in a run plan. If you do not specify this argument, the status of the reliability setup is retrieved from the active setup. |
|
Value Returned
Examples
The following example indicates that the reliability setup relA is enabled in the active setup of the current maestro session.
maeGetRelxSetupEnabled("relA")
=> t
The following example indicates that reliability setup relA is disabled in Run.0 in the current maestro session.
maeGetRelxSetupEnabled("relA" ?run "Run.0")
Return to top