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

maeGetReliabilityAnalysisEnabled

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

Description

Returns the current status of the Reliability Analyses node in the active setup or in the specific run of a run plan.

Arguments

?run t_runName

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

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

nil

The Reliability Analyses node is disabled.

Examples

The following example indicates that the Reliability Analyses node is enabled in the active setup of the current maestro session.

maeGetReliabilityAnalysisEnabled()
=> t

The following example indicates that the Reliability Analyses node is disabled in Run.0 in the current maestro session.

maeGetReliabilityAnalysisEnabled(?run "Run.0")

=> nil


Return to top
 ⠀
X