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.