maeGetFaultGroups
maeGetFaultGroups([ ?sessiont_sessionName] )=>l_faultGroupNames/ nil
Description
Returns a list of fault groups that exist in the active fault setup.
Arguments
Value Returned
|
A list of fault groups that exist in the active fault setup. |
|
Example
The following example shows how to get a list of fault groups from the active fault setup:
maeGetFaultGroups()
=> ("Group1" "Group2")
Related Topics
Return to top