Model.curvemathexternalfilter#
- Model.curvemathexternalfilter(outputcurve, xbased, filter, parameter)#
Runs an external filter on a curve.
- Parameters:
outputcurve (hwString) – The name of the curve to be generated.
xbased (int) –
1 - If the function should operate on the x coordinate.
0 - If the function should operate on the y coordinate.
filter (hwString) – The name of the filter.
parameter (hwString) – The user-defined parameters for the filter.