CimPoint.PointState (property)

Enable or disable the point.
Syntax: Boolean = object.PointState
object.PointState = Boolean
Description: CimPoint.PointState is a boolean used to enable or disable a point. When a point is disabled it is not collected from the device and is unavailable. The point is enabled when its point state is True, disabled when its point state is False. Defaults to True for new points.

Examples

mypoint.PointState = True