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

maeCopyFaultGroups

maeCopyFaultGroups(
[ ?groupNamesList l_groupNames ]
)
=> t / nil

Description

Creates a copy of the specified fault groups and saves those with the default names source-group-name_copy_incremental-num.

Arguments

?groupNamesList l_groupNames

A list containing the names of fault groups to be copied.

Value Returned

t

When a copy of the specified fault groups are saved.

nil

When the specified fault group is not found,

Example

The following example shows how to create copies of the specified fault groups:

maeCopyFaultGroups(?groupNamesList '("Group1" "Group2"))
=> t
; The function creates fault groups with names Group1_copy_0 and Group2_copy_0.

Related Topics

Creating a Fault Group by Copying An Existing Group

maeCreateOrRenameFaultGroup

maeDeleteFaultGroup


Return to top
 ⠀
X