Hello every one.

I want to measure power consumption of different circuits using HSPICE. Please look at the two different circuits in the attached picture. For Fig.1, I use the following commands in HSPICE to measure average power consumption.

Vs VDD GND DC VDD

.param VDD =1

.meas power_avg AVG P(Vs) from=0ns to=285ns

After simulation the "power_avg" will show the average power consumption. Is it true?

Now, consider the circuits in Fig. 2. There is no supply power connected to "VDD" node or it's better to say these kind of circuits work without VDD. So, how can I measure the power consumption of the circuit shown in Fig. 2?

Similar questions and discussions