zigzagfish
Newbie level 6
ads sdd
i got a hspice file which have contents below:
.subckt n18_ckt_rf 1 2 3 4
C1 1 2 C='pwr((1+abs(V(1, 2))/0.7), -0.346)'
C2 3 4 C='pwr((1+abs(V(3, 4))/0.7), -0.346)'
when i try to import it to ADS,it have error reports:
Unable to set repeating parameter: SDD list(prm("SddExplicit",1,0,(_v2*1e9*(pwr((1+abs(_v1)/0.7),-0.346)) F[2,0]=-_v2 F[2,1]=1e-9*_v1)))
how to avoid it? ADS dont permit 2 similar SDD in a same file?
i got a hspice file which have contents below:
.subckt n18_ckt_rf 1 2 3 4
C1 1 2 C='pwr((1+abs(V(1, 2))/0.7), -0.346)'
C2 3 4 C='pwr((1+abs(V(3, 4))/0.7), -0.346)'
when i try to import it to ADS,it have error reports:
Unable to set repeating parameter: SDD list(prm("SddExplicit",1,0,(_v2*1e9*(pwr((1+abs(_v1)/0.7),-0.346)) F[2,0]=-_v2 F[2,1]=1e-9*_v1)))
how to avoid it? ADS dont permit 2 similar SDD in a same file?