A generalized version of the Eval y=f(x) VI with the possibility of adding some parameters into the formula.


icon

Inputs/Outputs

  • cu32.png number of points

    number of points is the number of all calculated points. The independent variable is split into equidistant subpoints. The default is 10.

  • cdbl.png start

    start is the start point of the interval. The default is 0.0.

  • cdbl.png end

    end is the end point of the interval. The default is 1.0.

  • c1dcclst.png Parameters

    Parameters is an array of clusters describing the parameters.

  • cstr.png name

    name of the parameter that uses the conventions of the Formula Parsing VIs.

  • cdbl.png value

    value is the user-defined value of the parameter.

  • cstr.png formula

    formula is a string describing the function under investigation. The formula can contain any number of valid variables.

  • i1ddbl.png X

    X is the array of equidistant points between start and end.

  • i1ddbl.png Y

    Y is the function values at the points X.

  • iu32.png ticks

    ticks is the time in milliseconds to analyze the formula and to produce the X and the Y array.

  • ii32.png error

    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.