Complementary Angle VI

Owning Palette: Angle VIs

Requires: Full Development System

Calculates the complementary angle of the input angle.

Wire data to any of the angle inputs to determine the polymorphic instance to use or manually select the instance.

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

Complementary Angle (scalar)

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
angle specifies the input angle. angle must be in the range of [0, 90] in degrees or [0, pi/2] in radians.
complementary angle returns the complementary angle of angle. complementary angle is in the range of [0, 90] in degrees or [0, pi/2] in radians.
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.

Complementary Angle (array)

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
Angle specifies the input angles. Angle must be in the range of [0, 90] in degrees or [0, pi/2] in radians.
Complementary Angle returns the complementary angles of Angle. The elements in Complementary Angle correspond to the elements in Angle. Complementary Angle is in the range of [0, 90] in degrees or [0, pi/2] in radians.
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.