maeDeleteRelxSetup
maeDeleteRelxSetup(t_relxSetupName[?runt_runName] [?sessiont_session] ) =>t/nil
Description
Deletes a reliability setup from the specified ADE Explorer or ADE Assembler session.
Arguments
|
Name of the run in a run plan from which you want to delete the reliability setup. If you do not specify this argument, the reliability setup is deleted from the active setup. |
|
Value Returned
Examples
The following example deletes the reliability setup relA from the active setup of the current maestro session.
maeDeleteRelxSetup("relA")
=> t
The following example deletes the reliability setup aging_10Years from Run.0 in the current maestro session.
maeDeleteRelxSetup("aging_10Years" ?run "Run.0")
=> t
Return to top