maeCreateOrRenameFaultGroup
maeCreateOrRenameFaultGroup(t_newGroupName[ ?oldGroupNamet_oldGroupName][ ?sessiont_sessionName]) =>t / nil
Description
Creates or renames a group with the specified name in the active fault setup.
Arguments
|
Name of an existing group that you want to rename. Provide this argument only when you want to rename an existing group. |
|
Value Returned
|
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
Return to top