.QueryType Dotfield
- Last UpdatedNov 07, 2016
- 1 minute read
Shows the current type of alarm query.
Category
Alarms
Usage
[ErrorNumber=]GetPropertyI( "ObjectName.QueryType",TagName);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
TagName
Any integer tag
Remarks
This read-only dotfield contains the current query type used by a named Distributed Alarm Display object.
Data Type
Integer (read-only)
Valid Values
1 = Historical
2 = Summary
Example
The following statement returns the current query type of the AlmObj_1 Distributed Alarm Display object to the AlmQueryType tag:
GetPropertyI("AlmObj_1.QueryType",AlmQueryType);
See Also
GetPropertyI(), .QueryState