Area - property of the PmAlarmItem object
Description:
Marking area of the alarm item.
The area is defined by the
PmaAlarmGroup object that owns the alarm item itself.
Note:
Property access for
read only.
The value of this property is defined in the "
Area" configurator of this object.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oAl = pMe.Pm("/Alarm");
var oAlItem = oAl.Item("Temperature");
var sArea = oAlItem.Area;
Dim oAl
Set oAl = pMe.Pm("/Alarm")
Dim oAlItem
Set oAlItem = oAl.Item("Temperature")
Dim sArea
sArea = oAlItem.Area