GetVendorAttribute
The GetVendorAttribute
method will get the value of the given vendor attribute on the current alarm object and place it into a supplied variable.
Syntax
variable = AlarmObj.GetVendorAttribute (Vendor_Attribute)
Example Code
The following example retrieves a vendor attribute called Cause_Comment
from the alarm object, and places it into the ALM_Cause_Comment
variable.
ALM_Cause_Comment = AlarmObj.GetVendorAttribute ("Cause_Comment")