almSuppressSelectedGroup() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Suppresses the showing of current and future occurrences of the alarms that belong to the same groups of one or more selected alarms having the same provider name within the named Distributed Alarm Display object.
Category
Alarms
Syntax
[Result=]almSuppressSelectedGroup(ObjectName);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
Remarks
This functions works like the almAckSelectedGroup() function, identifying the alarms that are selected, then identifying the groups to which they belong, and suppressing future occurrences of the alarms from those groups.
Example
almSuppressSelectedGroup("AlmObj_1");
See Also
almSuppressAll(), almSuppressGroup(), almSuppressTag(), almSuppressDisplay(), almSuppressSelected(), almSuppressSelectedPriority(), almSuppressSelectedTag()