maeGetReliabilityAnalysisEnabled
maeGetReliabilityAnalysisEnabled( [?runt_runName] [?sessiont_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
Value Returned
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")
Return to top