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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…