Maker Pro
Maker Pro

Electric circuit analysis

electronicsLearner77

Jul 2, 2015
256
Joined
Jul 2, 2015
Messages
256
I am trying to analyze the below circuit
1671640543699.png

The circuit is basically for reading the DC Bus voltage from the battery voltage, as of now i have given 12V only for testing purpose. My question is when i simulated the voltage across R2 it is 0.75V, what is the impact of having the capacitor C1, because without C1 also i get the same voltage. Please advise.
 

danadak

Feb 19, 2021
335
Joined
Feb 19, 2021
Messages
335
C1 would slow rise of power when V1 is turned on, but once charged
effectively out of the circuit as R1 R2 would set the V.

Varying C1 from 1 nF to 100 nF.

1671645792668.png


Regards, Dana.
Regards, Dana.
 

Harald Kapp

Moderator
Moderator
Nov 17, 2011
13,079
Joined
Nov 17, 2011
Messages
13,079
(LT)Spice calculates an operating point before starting the transient simulation. This ensures that the components are correctly biased.
The operating point of your circuit includes a charged capacitor because you use a fixed DC voltage source.
To overcome this you can add a statement to your simulation:
.ic V(n001) = 0
This assumes that the node connecting R1, R2 and C1 in n001. Make life easier for you by adding a label to this node and use the label's name like so:
1671711673630.png

Alternatively use a pulsed voltage source that is at 0V initially and then steps up to 12 V shortly after the simulation has begun like so:
1671711779038.png
 
Top