This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Plotting derivative (or integral) function using post-processor advanced edit in TINA-TI

Other Parts Discussed in Thread: TINA-TII need to plot the 1st order derivative of a curve in TINA-TI, let's say dV(x)/dx

I can't find a solution from either the TINA-TI training video series or the original TINA software documentations. Someone suggested using a derivative function, D() in the advanced edit field of post-processor, but I can't find related documentation.

I tried the following function in the advanced edit box:
dV := D(V(x));
and got invalid function name

There's a related post on e2e but doesn't mention about derivative:

e2e.ti.com/.../408224