SelectGroup() method
- Last UpdatedJun 19, 2024
- 1 minute read
Selects all of the alarms that contain the same alarm group name and provider name.
Syntax
Object.SelectGroup(ApplicationName, GroupName)
Parameter
ApplicationName
The name of the Application for example, \\node1\Intouch
GroupName
The name of the group. For example, Turbine.
Example
The name of the control is AlarmViewerCtrl1.
#AlarmViewerCtrl1.SelectGroup ("\Intouch", "Turbine");