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