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

maeGetFaultGroupToRun

maeGetFaultGroupToRun(
[ ?session t_sessionName ] 
)
=> t_faultGroupToRun / nil

Description

Returns the name of the fault group selected for the fault simulation run. This value is specified by the faultGroupToRun parameter.

Arguments

?session t_sessionName

Name of a session.

Default: Current session

Value Returned

t_faultGroupToRun

Name of the fault group.

nil

In case of an error.

Example

The following example shows how to retrieve the current faultGroupToRun parameter:

maeGetFaultGroupToRun()
=> "Rules/Ind. Faults"

Related Topics

Creating Fault Groups

maeCreateOrRenameFaultGroup

maeCopyFaultGroups


Return to top
 ⠀
X