maeSetFaultAnalysisType
maeSetFaultAnalysisType( [?analysisTypet_analysisType] [?sessiont_sessionName] ) => t / nil
Description
Sets the analysis type for the fault simulation run mode.
Arguments
Value Returned
|
The analysis type for fault simulation is updated successfully. |
||
Examples
The following example explains how to set the analysis type for the fault simulation run mode:
maeSetFaultAnalysisType("DFA")
=> t
Related Topics
Return to top