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

maeSetRelxTestEnabled

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

Description

Enables or disables a reliability stage in the specified reliability setup.

Arguments

t_relxSetupName

Name of the reliability setup.

g_enabled

Status of the reliability stage.

Valid values:

  • t: Enables the reliability stage.
  • nil: Disables the reliability stage.

?run t_runName

Name of the run in a run plan.

If you do not specify this argument, the reliability stage is disabled from the reliability setup saved 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 stage is set.

nil

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

Examples

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

maeSetRelxTestEnabled("relA" t ?testType "aged")
=> t

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

maeSetRelxTestEnabled("relA" nil ?testType "aged" ?run "Run.0")
=> t

Return to top
 ⠀
X