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

maeDeleteRelxSetup

maeDeleteRelxSetup(
t_relxSetupName
[ ?run t_runName ]
[ ?session t_session ]
)
=> t / nil

Description

Deletes a reliability setup from the specified ADE Explorer or ADE Assembler session.

Arguments

t_relxSetupName

Name of the reliability setup to be deleted.

?run t_runName

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.

This argument is useful only 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 deleted.

nil

The reliability setup is not deleted because of an error.

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