MamadJun
Junior Member level 2
- Joined
- Jan 11, 2011
- Messages
- 24
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Belgium
- Activity points
- 1,612
Hello everyone
My aim is to model my diode. I want to use voltage controlled current source (look up table) in HSPICE parallel to a capacitor. (For the sake of easiness I decided to not use capacitor now). When I generated my HSPICE model by the code below I connected the V+ port of the VCCS to I+ port of the VCCS and V- port of the VCCS to I- port of the VCCS in ADS.
My code for desiging look up table VCCS:
.subckt wowd2 1 2 3 4
gn 3 4 VCCS PWL(1) 1 2
* VOLTAGE CURRENT
+ -99.7042012 -1.00E-05
+ -99.7041755 -9.99E-06
.ends wowd2
The problem is that when I put my model between two probe ( namely, Term in ADS ) and I bias forward the model I expect to see a short circuit behaviour So I expect to see a 50 Ohm in Smithchart but I see an open circuit behaviour in Smithchart. However there is no problem for extracting I-V curve and the model acts perfectly in that manner.
I guess because the output impedance of the VCCS is infinity and that is why the Sparamters just see open circuit even though the model is generating current.
Anyone know how should I model my diode by look up table method without having this kind of problem?
My aim is to model my diode. I want to use voltage controlled current source (look up table) in HSPICE parallel to a capacitor. (For the sake of easiness I decided to not use capacitor now). When I generated my HSPICE model by the code below I connected the V+ port of the VCCS to I+ port of the VCCS and V- port of the VCCS to I- port of the VCCS in ADS.
My code for desiging look up table VCCS:
.subckt wowd2 1 2 3 4
gn 3 4 VCCS PWL(1) 1 2
* VOLTAGE CURRENT
+ -99.7042012 -1.00E-05
+ -99.7041755 -9.99E-06
.ends wowd2
The problem is that when I put my model between two probe ( namely, Term in ADS ) and I bias forward the model I expect to see a short circuit behaviour So I expect to see a 50 Ohm in Smithchart but I see an open circuit behaviour in Smithchart. However there is no problem for extracting I-V curve and the model acts perfectly in that manner.
I guess because the output impedance of the VCCS is infinity and that is why the Sparamters just see open circuit even though the model is generating current.
Anyone know how should I model my diode by look up table method without having this kind of problem?
Last edited: