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