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.

error message of pspice program.

Status
Not open for further replies.

hellotxn

Member level 4
Joined
Dec 11, 2003
Messages
79
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
575
I run a pspice program on the platform of samrtspice, when I load the source file, the error message appeared as below,
"no function as g with that arity" , g is a function in the source file with two variables. I feel quite confused with this problem, could someone help me to solve this problem? Thanks!
 

you gotta elaborate bit more about the problem. How did you define this 'g' function with two variables? What are those variables?
 

Thanks!The function g(v,vph) is defined as below:

.FUNC g (V,Vph) {IF N(V)<UNtr,0.0,QV*GAM*UG0*(N(V)-UNtr)/(1.0+UEPS*ABS(Vph)/Vact/VT)**B}
.FUNC Inr(V) {QV*Rn(V)}
.FUNC Irr(V) {QV*Rra(V)}
.FUNC Ist(V,Vph) { g (V,Vph)*ABS(Vph)/Vact/VT }
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top