.ProvidersReq Dotfield
- Last UpdatedNov 07, 2016
- 1 minute read
Contains the number of alarm providers required by the current query used by a named Distributed Alarm Display object.
Category
Alarms
Syntax
[ErrorNumber=]GetPropertyI( "ObjectName.ProvidersReq",TagName);
Parameters
ObjectName
Name of the Distributed Alarm Display object. For example, AlmObj_1.
TagName
An integer tag that holds the current number of alarm providers registered in a named Distributed Alarm Display object. This includes not only those alarms shown, but all alarms registered.
Data Type
Integer (read-only)
Example
The following statement returns the number of alarm providers required by the current query used by Distributed Alarm Display object "AlmObj_1". This value is written to the TotalProv integer tag:
GetPropertyI("AlmObj_1.ProvidersReq",TotalProv);
See Also
GetPropertyI(), .ProvidersRet