Set the translation value of this control point. If you don't specify a translation value then this control point will not affect the translation of the path.
cp = viz.addControlPoint()
#The translation at this control point will be (0,1,0)
cp.setPosition([0,1,0])