maeRenameRelxSetup
maeRenameRelxSetup(t_relxSourceName t_relxDestName[?runt_runName] [?sessiont_session] ) =>t/nil
Description
Renames a reliability setup with the specified name.
Arguments
|
Name of the run in a run plan. If you do not specify this argument, the reliability setup is renamed in the active setup. |
|
Value Returned
Examples
The following example renames the reliability setup AGING to NEW_AGING in the active setup of the current maestro session.
maeRenameRelxSetup("AGING" "NEW_AGING")
=> t
The following example renames the reliability setup AGING to NEW_AGING in Run.0 in the current maestro session.
maeRenameRelxSetup("AGING" "NEW_AGING" ?run "Run.0")
=> t
Return to top