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

maeCreateOrRenameFaultGroup

maeCreateOrRenameFaultGroup(
t_newGroupName
[ ?oldGroupName t_oldGroupName ]
[ ?session t_sessionName ]
)
=> t / nil

Description

Creates or renames a group with the specified name in the active fault setup.

Arguments

t_newGroupName

Name of the new group.

This is a mandatory argument. Ensure that this value does not match with any of the existing group names.

?oldGroupName t_oldGroupName

Name of an existing group that you want to rename. Provide this argument only when you want to rename an existing group.

?session t_sessionName

Name of a session.

Default: Current session

Value Returned

t

Creates or renames a group in the active fault setup

nil

If another group with the same name already exists in the setup

Example

The following example shows how to rename an existing group named Group1 to Group2:

maeCreateOrRenameFaultGroup("Group2" ?oldGroupName "Group1")
=t

Related Topics

Creating Fault Groups


Return to top
 ⠀
X