Syntax |
CimEMPointEvent.QualityDisable_Write |
Description |
Boolean. Returns TRUE if setpoints have been disabled for the point that triggered the event, FALSE otherwise. |
Example |
Sub Main() Dim p as new CimEMPointEvent Set p = CimGetEmEvent().PointEvent() if p.QualityDisable_Write Then DoSomething End If End Sub |
CIMPLICITY Extensions to Basic |