Rotates the input angle counterclockwise.

Wire data to the angle input to determine the polymorphic instance to use or manually select the instance.


icon

Inputs/Outputs

  • ci32.png angle units

    angle units specifies the units of the input and output angles of the VI.

    0radian in, radian out (default)
    1radian in, degree out
    2degree in, degree out
    3degree in, radian out
  • cdbl.png angle

    angle specifies the angle the VI rotates.

  • cdbl.png counterclockwise rotation

    counterclockwise rotation specifies the amount that the VI uses to rotate the angle in the counterclockwise direction. counterclockwise rotation must have the same unit as angle.

  • cu16.png rotated angle range

    rotated angle range specifies the range of values for the rotated angle. When an angle exceeds one side of the range, the rotated angle continues on the other side of the range.

    0none—The range is [–Inf, Inf].
    1–180 to 180 (–pi to pi) (default)—The range is [–180, 180] in degrees or [–pi, pi] in radians.
    20 to 360 (0 to 2pi)—The range is [0, 360] in degrees or [0, 2pi] in radians.
  • idbl.png rotated angle

    rotated angle returns the angle that the VI rotates counterclockwise.

  • ii32.png error

    error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.