diff options
author | 2020-05-02 18:00:32 +0200 | |
---|---|---|
committer | 2020-05-02 18:00:32 +0200 | |
commit | fb2839ba10e89f58d26011b46ba436b7e2bd953d (patch) | |
tree | c630b5de162d66aa455458505593cf4d8034ac30 /src/lib/netlist/examples/vccs1.c | |
parent | 4dde812af80708b6c1df6d77c46941ca2fab9aad (diff) |
netlist: Add simple ZDIODE model. [Couriersud]
The model is driven by three additional model parameters: NBV, IBV, BV.
Example code how to define a typical 7.5V Zener diode:
ZDIODE(ZD, "D(BV=7.5 IBV=0.01 NBV=3)")
or
NET_MODEL("A1234 D(BV=7.5 IBV=0.01 NBV=3)")
ZDIODE(ZD, "A1234")
Diffstat (limited to 'src/lib/netlist/examples/vccs1.c')
0 files changed, 0 insertions, 0 deletions