Owning Palette: 1D & 2D Evaluation VIs
Requires: Full Development System
Operates like the Eval Polar to Rect VI but with a significantly higher degree of accuracy.
Add to the block diagram | Find on the palette |
number of points is the number of calculated points at the beginning of the execution. The default is 10. Usually, many more points will be added. | |
epsilon controls the construction of points in between. The default is 0.05. | |
start is the start point of the interval under investigation. The default is 0.0. | |
end is the end point of the interval. The default is 1.0. | |
radius as function of angle is a string representing the formula r = r(phi). The formula can contain any number of valid variables. |
|
X is the array of the values of the first component, r(phi)cos(phi). | |
Y is the array of the values of the second component, r(phi)sin(phi). | |
ticks is the time in milliseconds to analyze the formula and to produce the X and the Y array. | |
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. |