| Name
|
Brief
|
Example
|
| area
|
Get the area under a curve.
|
Examples
|
| Curve_MinMax
|
Get X and Y range of the Curve
|
Examples
|
| Curve_x
|
Get X value of Curve at specified index.
|
Examples
|
| Curve_xfromY
|
Get interpolated/extrapolated X value of Curve at specified Y value.
|
Examples
|
| Curve_y
|
Get Y value of Curve at specified index.
|
Examples
|
| Curve_yfromX
|
Get interpolated/extrapolated Y value of Curve at specified X value.
|
Examples
|
| find_roots
|
Find the points with specified height.
|
Examples
|
| get_dataplot_index
|
For x value, find the nearest point from a data plot and returns the index of this point.
|
Examples
|
| GetDatasetXFromStep
|
get dataset From and Step values that are used for plotting with Row# as X
|
Examples
|
| sort
|
Sort a curve in ascending order of X.
|
Examples
|
| xatymax
|
Get the value of X at the maximum Y value of a curve.
|
Examples
|
| xatymin
|
Get the value of X at the minimum Y value of a curve.
|
Examples
|
| yatxmax
|
Get the value of Y at the maximum X value of a curve.
|
Examples
|
| yatxmin
|
Get the value of Y at the minimum X value of a curve.
|
Examples
|