CimDerivedPoint (object)

Contains the properties pertaining to Derived Point Configuration.
Description: Dim point as CimPoint
set point = points.Item("GEF_DEMO_COS")
   If point.Type = cimDerived Then
      point.DerivedPoint.CalculationType = cimExpression
      point.DerivedPoint.PointExpression = "(POINT_1 + POINT_2) / 2"
      point.PointAlarm.AlarmConfigured = False
      Points.Save point, True

   End If
Properties: CalculationType , InitState , InitValue , Local , PointExpression , PointSetInterval , PointSetTime , ProcessID , ResetPointID , RolloverVal , VarianceValue
Methods: