maeSetReliabilityAnalysisEnabled
maeSetReliabilityAnalysisEnabled(g_enabled[?runt_runName] [?sessiont_session] ) =>t/nil
Description
Sets the status of Reliability Analyses node to the specified value.
Arguments
Value Returned
|
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