SelectPriority() method
- Last UpdatedJun 19, 2024
- 1 minute read
Selects all of the alarms that are of the specified priority range, having the same provider name and group name.
Syntax
Object.SelectPriority(ApplicationName, GroupName, FromPriority, ToPriority)
Parameter
ApplicationName
The name of the Application for example, \\node1\Intouch
GroupName
The name of the group. For example, Turbine.
FromPriority
Starting priority of alarms. For example, 100.
ToPriority
Ending priority of alarms. For example, 900.
Example
The name of the control is AlarmViewerCtrl1.
#AlarmViewerCtrl1.SelectPriority ("\Intouch", "Turbine", 100, 900);