Energy calculation of a cuircuit simulated in Ltspice.....

Thread Starter

santlal

Joined Jan 14, 2020
22
I have designed a subcircuit by writing code and did a transient simulation. How would I know the power consumption or energy consumed by the circuit?

Thank you.
santlal prajapati
 

Papabravo

Joined Feb 24, 2006
21,225
I have designed a subcircuit by writing code and did a transient simulation. How would I know the power consumption or energy consumed by the circuit?

Thank you.
santlal prajapati
You can "instrument" the subcircuit to measure instantaneous voltage and current consumed, and by using the function evaluation and computation ability of the waveform viewer you can plot the instantaneous power consumption as well as compute the average power consumption, or the integral or the derivative of power consumption.
 

Alec_t

Joined Sep 17, 2013
14,313
You can run a tran sim, hold down the Alt key and left-click on any component (e.g. the subcircuit power supply) to plot the power consumed by that component.
 
Top