.PriFrom Dotfield
- Last UpdatedNov 07, 2016
- 1 minute read
Returns the minimum value of an alarm priority range used by the current query.
Category
Alarms
Usage
[ErrorNumber=]GetPropertyI("ObjectName.PriFrom", Tagname);
Parameters
ObjectName
Name of the Distributed Alarm Display object. For example, AlmObj_1.
TagName
Any integer tag.
Data Type
Integer (read-only)
Example
The following statement returns the minimum priority value of the query used by Distributed Alarm Display object AlmObj_1to the MinPri integer tag:
GetPropertyI("AlmObj_1.PriFrom",MinPri);
See Also
GetPropertyI(), .PriTo, .AlarmPri