almSelectGroup() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Toggles the selection of all alarms that are contained by a named Distributed Alarm Display object as a result of the display’s last query and where the resultant alarm contains the same alarm group name.
Category
Alarms
Syntax
[Result=]almSelectGroup(ObjectName, ApplicationName,GroupName);
Argument
ObjectName
The name of the alarm object. For example, AlmObj_1.
ApplicationName
The name of the Application. For example, \\node1\Intouch.
GroupName
The name of the Group. For example, $System.
Example
almSelectGroup("AlmObj_1","\InTouch","Turbine");
See Also
almSelectAll(), almSelectItem(), almSelectPriority(), almSelectTag(), almUnSelectAll()