relxAddReliabilityInStateComponent
relxAddReliabilityInStateComponent (t_sessionName) =>t/nil
Description
Adds the Reliability Setup option in the save and load state forms of the specified session. To reuse the save and load state flow of ADE in your simulator, you can rewrite this function and ensure that the function returns t.
Arguments
|
Name of the Spectre session. You can also use the |
Value Returned
|
Returns |
|
|
Returns |
Examples
In this example, the function adds the Reliability Setup option to the save and load state flow in the current session.
session = asiGetCurrentSession()
relxAddReliabilityInStateComponent(session)
Return to top