maeCopyFaultGroups
maeCopyFaultGroups([ ?groupNamesListl_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
Value Returned
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
Return to top