.. _objects_ctrlpoint: Control Point Object Service ============================ For accessing control points in windPRO. Control points can be loaded with a Get method and send back to windPRO wiht a Set method. Three different point types can be set that are listed below. Properties of the object can be found here :ref:`TApiObjCtrlPoint `. An example for using the control point can be found below. .. literalinclude:: ../../../python/examples/fromDocs/objects/ctrlpoint_object.py