RemoveFilter
TThis function removes a filter from the alarms viewer object.
Function Definition:
void RemoveFilter( String filterToRemove );
. String filterToRemove: String parameter that Represents the filter that will be removed from the alarms viewer.
To configure this function, follow the steps below:
1. In an object event, configure the RemoveFilter function: AlarmObjectName.RemoveFilter(filterToRemove);
2. During the execution of the RunTime, run the configured event to Remove a filter.
|
Note: This property exists only to the following objects: . Alarm |