almSelectAll() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Toggles the selection of all the alarms in a named Distributed Alarm Display object.
Category
Alarms
Syntax
[Result=]almSelectAll(ObjectName);
Argument
ObjectName
The name of the alarm object. For example, AlmObj_1.
Example
If $AccessLevel > 8000 THEN
almSelectAll("AlmObj_1");
almAckSelect("AlmObj_1", "Ack Selected by a Manager");
ENDIF;
See Also
almSelectItem(), almSelectGroup(), almSelectPriority(), almSelectTag(), almUnSelectAll()