Calculates the Euclidean norm of a vector.
An integer that determines whether and how this node skips elements in x for the calculation.
The following table explains how this node behaves depending on the value of x increment.
Value | Behavior |
---|---|
x increment ≥ number of elements in x | Uses only the first element in x. |
1 < x increment < number of element in x | Uses only the elements whose indexes are multiples of the value of x increment. |
x increment = 1 | Does not skip any elements in x. |
x increment = 0 | Returns an error. |
x increment < 0 | Reverses the order of the elements, and then uses elements that have indexes that are multiples of the value of x increment. |
Default: 1
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Euclidean norm of x.
This output is available only if you wire a 1D array of double-precision, floating-point numbers to x.
Euclidean norm of x.
This output is available only if you wire a 1D array of complex double-precision, floating-point numbers to x.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application