Calculates the (x, y) coordinates of a curve by calculating the parametric function values of x = f(t) and y = g(t), where t runs over an interval.
To obtain more accurate output values, consider using the Evaluate Parametric Equation (X-Y Optimal) node.
Number of values of the independent variable used in the function calculation.
Default: 10
An array of two strings representing f(t) and g(t). The formula can contain any number of valid variables.
Entering Valid Variables
This node accepts variables that use the following format rule: variables must start with a letter or an underscore followed by any number of alphanumeric characters or underscores.
Start value of the interval where this node starts calculating values.
Default: 0
End value of the interval where this node stops calculating values.
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
Variables and their corresponding values in the parameters.
Name of the parameter that uses the conventions of the Parsing nodes.
Default: Empty string
Value of variable.
Default: 0
Values of the x-coordinates of the curve. The values are obtained by calculating the function values of f(t) in formulas.
Values of the y-coordinates of the curve. The values are obtained by calculating the function values of g(t) in formulas.
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