SuppressGroup() method
- Last UpdatedJun 19, 2024
- 1 minute read
Suppresses showing current and future occurrences of any alarm that belongs to a given Group name.
Syntax
Object.SuppressGroup(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.SuppressGroup ("\Intouch", "Turbine");