maeGetFaultRunModeOptions
maeGetFaultRunModeOptions( [?sessiont_sessionName] [?faultAnalysisTypet_faultAnalysisType] ) =>l_runModeOptions/nil
Description
Retrieves the run options for the fault simulation.
Arguments
|
Type of fault analysis for which the run options are to be retrieved. By default, returns data for the currently selected analysis type. |
|
Value Returned
|
List of options set for the specified or the currently selected analysis type. |
|
Example
The following example shows how to retrieve the run mode options:
maeGetFaultRunModeOptions(?faultAnalysisType "DFA")
=> (nil analysisType "DFA" runNominal t)
Related Topics
Return to top