CimEmPointEvent.QualityAlarms_Enabled (property, read)

Syntax

CimEMPointEvent.QualityAlarms_Enabled

Description

Boolean. Returns TRUE if alarming for the point that triggered the event is enabled, FALSE otherwise.

Example

Sub Main()

   Dim p as new CimEMPointEvent

   Set p = CimGetEmEvent().PointEvent()

   if p.QualityAlarms_Enabled then

      DoSomething

   End If

End Sub

More information

CIMPLICITY Extensions to Basic