How to simulate equivalent capacitance of a circuit containing only capacitors?

Hi,

How can this problem be solved in simulation?

Determine the equivalent capacitance between points a and b of below circuit:
image

You can calculate the impedance using AC analysis and derive the capacitance from the imaginary part. This assumes the use of Rs-Cs model. You can easily modify this for your specific circuit. You can either remove the GND reference and relocate it to node b, or change the .func Z() to be fed with a differentiated voltage. Just be caution the ground.

Rs-Cs Calculation.qsch (2.4 KB)

1 Like

Ok, thank you. Works.