|
发表于 2018-5-5 18:18:45
|
显示全部楼层
或许可以试试这个
Diode Lookup Table (vs. Model)
In HSPICE you can use the diode lookup-table values in a G-element (VCCS)
as a PWL table. Here is a simple netlist using the lookup table values in a Gelement:
.option post
Gdiode 1 0 PWL(1) 1 0 -2.2v,-1a -2v,-1pa .3v,.15pa
+ .6v,10ua 1v,1a 2v,1.2a
V1 1 0 2v
.op
.print i(*)
.tran 1n 10n
.end
The only limitation is that the maximum number of I-V value pairs for a PWL Gelement is 100. |
|