auto_xy_DerivativeΒΆ

Diese Funktion ist veraltet. Neue Scripte sollten die Funktion XYSetFilterFunctions verwenden.

auto_xy_Derivative creates a new dataset with the derivative of the given dataset.

hDataNew = auto_xy_Derivative(hData_Layer)

Return Value

hDataNew is the handle of the new dataset.

Parameters

hData_Layer

hData_Layer is a vector with two elements. The first element is a handle of a 2D dataset and the second element is a handle of a layer (diagram) to which the new dataset should be added.

id-1105717