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

maeGetFaultGroups

maeGetFaultGroups(
[ ?session t_sessionName ]
)
=> l_faultGroupNames/ nil

Description

Returns a list of fault groups that exist in the active fault setup.

Arguments

?session t_sessionName

Name of a session.

Default: Current session

Value Returned

l_faultGroupNames

A list of fault groups that exist in the active fault setup.

nil

In case of an error.

Example

The following example shows how to get a list of fault groups from the active fault setup:

maeGetFaultGroups()
=> ("Group1" "Group2")

Related Topics

Creating Fault Groups

maeAddFaultsToFaultGroup

maeCreateOrRenameFaultGroup


Return to top
 ⠀
X