.. highlightlang:: us .. index:: auto_xy_Derivative .. _auto_xy_derivative: auto_xy_Derivative ================== .. us.tag auto_xy_Derivative NOTREADYENGLISH auto_xy Diese Funktion ist veraltet. Neue Scripte sollten die Funktion :ref:`XYSetFilterFunctions` verwenden. :ref:`auto_xy_Derivative` creates a new dataset with the derivative of the given dataset. .. function:: hDataNew = auto_xy_Derivative(hData_Layer) .. us.return **Return Value** *hDataNew* is the handle of the new dataset. .. us.params **Parameters** .. uparam:: 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. .. seealso:: :ref:`overview-automation`, :ref:`auto_xy_Integral`, :ref:`XYSetFilterFunctions` :sub:`id-1105717`