Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Pspice : Model a capacitor using 'charge Source'

Status
Not open for further replies.

jebaspaul

Junior Member level 3
Joined
Nov 10, 2011
Messages
28
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,499
Hi,

The question is related to Pspice modeling.

I want to model a capacitor using the equation Q = C*V.

The reason behind this implementation is,
1. I can access the voltage across this charge source.
2. I can model a capacitance which has the dependency on the voltage across it.

In pspice reference manual, there is way to model a 'charge source'.

Gbc p n Q= {C * V(p,n)} ==> models the charge source.

But, I am not able to simulate this model. The tool understands this statement but throws the following error.

"Less than two two connections at node p and n"
"nodel p and n are floating"

I have attached the detailed screenshots of the error message and the model.

Please help.

Regards,
Jebas.
 

Attachments

  • query_charge_source.ppt
    264.5 KB · Views: 180

for the error message , try to include a verylarge value resistance like 1 giga ohm between plus and minus nodes.
 

Hi,

Thanks for your suggestion.

But, it has not solved the problem. Still the same error.


Thanks.
 

Hi,

"Less than two two connections at node p and n"
"nodel p and n are floating"

did you get the same two errors?

or only one?

make a gnd at n node and please report the outcome.
 

Are you sure that your subcircuit nodes are correctly connected in the component symbol? Die you review the generated netlist?
 

Hi,

Finally I am able to model it using LAPLACE equation.

Glaplace p n LAPLACE {V(p,n)} {s*C} ==> This implements a voltage controlled current source with a transfer function of I(s) = V(s) * s * C.

I find this implementation is useful,
1.When anybody wants to convert a Hspice capacitance model to pspice capacitance model.
2.If anybody want to implement a capacitor with higher order voltage dependency. E:g : Ceq = C*(1+vc1*v(p,n) + vc2*v^2(p,n) + ...)

The equation mentioned in the second point can be implemented as follows,

G1 p n LAPLACE {V(p,n)} {s*C}
G2 p n LAPLACE {V(p,n)} {s*C*vc1}
G3 p n LAPLACE {V(p,n)*V(p,n)} {s*C*vc2)

This implements a three capacitors which are placed in parallel.

Note: This is another way of implementing a voltage depended capacitance in Pspice. So,my query on implementing capacitance using 'charge source' model (voltage controlled charge source) is still open.

@FvM : Yes, I have checked the netlist. that is fine. The sub-circuit nodes are correctly connected in the model symbol. You given explanation for this error in another thread - will it be applicable here also. (https://www.edaboard.com/threads/314083/


@srizbf : Still the same error messages.


Regards,
Jebas.
 
Last edited:

can you connect the 1gigohm in the subcircuit defintion of cap_t and run the simulation?

and also make a gnd in your main circuit.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top