Rotates the input angle counterclockwise.

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

Note Use this instance to rotate a set of input angles the same amount.


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
  • c1ddbl.png Angle

    Angle specifies the angles the VI rotates.

  • cdbl.png counterclockwise rotation

    counterclockwise rotation specifies the amount that the VI uses to rotate the angles 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.
  • i1ddbl.png Rotated Angle

    Rotated Angle returns the angles 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.