almSuppressSelected() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Suppresses the showing of current and future occurrences of the alarms selected in the Distributed Alarm Display object in summary mode.
Category
Alarms
Syntax
[Result=]almSuppressSelected(ObjectName);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
Remarks
This functions works like the almAckSelect() function, identifying the alarms by the ones selected in the display object.
Example
almSuppressSelected("AlmObj_1");
See Also
almSuppressAll(), almSuppressGroup(), almSuppressTag(), almSuppressDisplay(), almSuppressPriority(), almSuppressSelectedGroup(), almSuppressSelectedPriority(), almSuppressSelectedTag(), almUnSuppressAll()