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

maeSetReliabilityAnalysisEnabled

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

Description

Sets the status of Reliability Analyses node to the specified value.

Arguments

g_enabled

The status of the Reliability Analyses node to be set.

Valid values:

  • t: Enables the Reliability Analyses node.
  • nil: Disables the Reliability Analyses node.

?run t_runName

Name of the run in a run plan for which you want to set the status of the Reliability Analyses node.

If you do not specify this argument, the status of the Reliability Analyses is set 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 Analyses node is set.

nil

The status of the Reliability Analyses node is not set because of an error.

Examples

The following example enables the Reliability Analyses node in the active setup of the current maestro session.

maeSetReliabilityAnalysisEnabled(t)
=> t

The following example disables the Reliability Analyses node in Run.0 in the current maestro session.

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

Return to top
 ⠀
X