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

maeGetRelxSetupEnabled

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

Description

Returns the current status of a reliability setup in the active setup or in the specific run of a run plan.

Arguments

t_relxSetupName

Name of the reliability setup.

?run t_runName

Name of the run in a run plan.

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

nil

The reliability setup is disabled.

Examples

The following example indicates that the reliability setup relA is enabled in the active setup of the current maestro session.

maeGetRelxSetupEnabled("relA")
=> t

The following example indicates that reliability setup relA is disabled in Run.0 in the current maestro session.

maeGetRelxSetupEnabled("relA" ?run "Run.0")

=> nil


Return to top
 ⠀
X