almSuppressSelectedPriority() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Suppresses the showing of current and future occurrences of the alarms that belong to the same priority of one or more selected alarms having the same provider name and Group tag within the named Distributed Alarm Display object.
Category
Alarms
Syntax
[Result=]almSuppressSelectedPriority(ObjectName);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
Remarks
The priorities are calculated from the minimum and maximum of the selected alarm records.
This function works like the almAckSelectedPriority() function, identifying the alarms selected in the display, then identifying the corresponding priorities of those alarms, and suppressing future occurrences of alarms with the same priorities.
Example
almSuppressSelectedPriority("AlmObj_1");
See Also
almSuppressAll(), almSuppressGroup(), almSuppressTagName(), almSuppressDisplay(), almSuppressSelected(), almSuppressSelectedGroup(), almSuppressSelectedTag(), almAckSelectedPriority()