Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

maeRenameRelxSetup

maeRenameRelxSetup(
t_relxSourceName
t_relxDestName
[ ?run t_runName ]
[ ?session t_session ]
)
=> t / nil

Description

Renames a reliability setup with the specified name.

Arguments

t_relxSourceName

Name of the reliability setup to be renamed.

t_relxDestName

New name of the reliability setup.

?run t_runName

Name of the run in a run plan.

If you do not specify this argument, the reliability setup is renamed in the active setup.

This argument is useful when the setup has a run plan.

?session t_session

Name of the ADE Explorer or ADE Assembler session.

Default: The current session.

Value Returned

t

The reliability setup is renamed.

nil

The reliability setup is not renamed because of an error.

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
 ⠀
X