class="resources"
A generalized version of the Eval X-Y(t) VI with the possibility of adding some parameters into the formula.

![]() |
number of points is the number of all calculated points. The independent variable is split into equidistant subpoints. The default is 10. | ||||
![]() |
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. | ||||
![]() |
Parameters is an array of clusters describing the parameters.
| ||||
![]() |
Formulas is an array of two strings describing the two function components. You can use any valid symbol as the variable name. | ||||
![]() |
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. |