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

maeSetRelxSetupEnabled

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

Description

Enables or disables a reliability setup in the active setup or in the specific run of a run plan.

Arguments

t_relxSetupName

Name of the reliability setup.

g_enabled

Status of the reliability setup.

Valid values:

t: Enables the reliability setup.

nil: Disables the reliability setup.

Default: t

?run t_runName

Name of the run in a run plan.

If you do not specify this argument, the specified reliability setup is enabled or disabled in 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 status of the reliability setup is set.

nil

The status of the reliability setup is not set because of an error.

Examples

The following example enables the reliability setup relA in the active setup of the current maestro session.

maeSetRelxSetupEnabled("relA" t)
=> t

The following example disables the reliability setup relA in Run.0 in the current maestro session.

maeSetRelxSetupEnabled("relA" nil ?run "Run.0")
=> t

Return to top
 ⠀
X