Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

maeGetFaultRunModeOptions

maeGetFaultRunModeOptions(
[ ?session t_sessionName ] 
[ ?faultAnalysisType t_faultAnalysisType ] 
)
=> l_runModeOptions / nil

Description

Retrieves the run options for the fault simulation.

Arguments

?session t_sessionName

Name of a session.

Default: Current session

?faultAnalysisType t_faultAnalysisType

Type of fault analysis for which the run options are to be retrieved. By default, returns data for the currently selected analysis type.

Possible Values:

  • "DFA"
  • "TFA"

Value Returned

l_runModeOptions

List of options set for the specified or the currently selected analysis type.

nil

In case of an error.

Example

The following example shows how to retrieve the run mode options:

maeGetFaultRunModeOptions(?faultAnalysisType "DFA")
=> (nil analysisType "DFA" runNominal t)

Related Topics

Setting up Run Options for a Fault Simulation

maeSetFaultDFARunModeOptions

maeSetFaultTFARunModeOptions


Return to top
 ⠀
X