summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/examples/zdiode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* netlist: Add simple ZDIODE model. [Couriersud] couriersud2020-05-021-0/+45
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")