Hugo Dias
12/02/2023, 12:03 AMStefan Schippers
12/02/2023, 10:42 PMI(vdd_source_name) * v(vdd)
You can plot the power directly from the ngspice prompt:
plot i(vvcc) *v(vcc)
where vvcc
is the vcc voltage source name.
You can also plot instantaneous power in xschem graphs using simple RPN expressions. The example shown does also use a running average filter so you also get the average power.Hugo Dias
12/08/2023, 10:25 PMI(vdd_source_name) * v(vdd)
will be in Watts?Stefan Schippers
12/10/2023, 10:01 AM