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

maeDeleteFaultGroup

maeDeleteFaultGroup(
t_groupName
[ ?session t_sessionName ]
)
=> t / nil

Description

Deletes the specified fault group from the active fault setup.

Arguments

t_groupName

Name of the existing fault group to be deleted

?session t_sessionName

Name of a session

Default: Current session

Value Returned

t

Fault group is deleted successfully.

nil

In case of an error.

Example

The following example shows how to delete an existing fault group named Group1:

maeDeleteFaultGroup("Group1")
=> t

Related Topics

Deleting Fault Rules and Fault Groups


Return to top
 ⠀
X