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.

TINA-TI Post processor / advanced edit syntax

Other Parts Discussed in Thread: TINA-TI

Hi all,

I need to compute energy(t) of a signal. I've already defined a custom function to compute power(t), doing I(t)*V(t). See the following image showing the current, voltage and power waveform.

Now, I would to integrate over the time t, the power(t); in formula: E(t)=ʃ P(t) dt .

Using other spice simulators I wrote idt(x) to integrate x signal over the time t.

How could I do this in TINA-TI? Are there any syntax guides?

Thank you