relxIsReliabilityEnabled
relxIsReliabilityEnabled(t_sessionName) =>t/nil
Description
Checks whether the Reliability analysis is enabled or disabled in the specified session.
Arguments
|
Name of the Spectre session. You can also use the |
Value Returned
|
The Reliability analysis is enabled in the specified Spectre session. |
|
|
The Reliability analysis is disabled in the specified Spectre session or if there is an error. |
Examples
Consider the following example in which the ADE L session is created using Spectre. Now, when you run the relxIsReliabilityEnabled function, it The Reliability analysis is enabled.
session = asiGetCurrentSession()
relxIsReliabilityEnabled(session)
=> t
Return to top