CimDerivedPoint.PointExpression (property)

Gets and sets the expression to be used for updating the point.
Syntax: String = object.PointExpression
object.PointExpression = String
Description: The CimDerivedPoint.PointExpression is string containing the expression for the point.

Examples

point.DerivedPoint.PointExpression = "(POINT_1 + POINT_2) / 2"


See Also

Point Configuration