From 83b383df08ef36028b802ce40f12e1c05649499a Mon Sep 17 00:00:00 2001 From: afaina Date: Tue, 8 Nov 2022 23:03:41 +0100 Subject: [PATCH] added parts that allow to modify their spice models --- bins/more/sim.fzb | 21 +++++ core/diode_custom_spice_v1.fzp | 78 +++++++++++++++ ...nsistor_signal_NPN_CBE_custom_spice_v1.fzp | 94 +++++++++++++++++++ 3 files changed, 193 insertions(+) create mode 100644 core/diode_custom_spice_v1.fzp create mode 100644 core/transistor_signal_NPN_CBE_custom_spice_v1.fzp diff --git a/bins/more/sim.fzb b/bins/more/sim.fzb index ac383fb5..38ad7823 100644 --- a/bins/more/sim.fzb +++ b/bins/more/sim.fzb @@ -314,6 +314,27 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/core/diode_custom_spice_v1.fzp b/core/diode_custom_spice_v1.fzp new file mode 100644 index 00000000..e29072a6 --- /dev/null +++ b/core/diode_custom_spice_v1.fzp @@ -0,0 +1,78 @@ + + 1 + Andres Faina, based on Brendan Howell´s version + SPICE Diode + + 2022-12-08 + + diode + rectifier + semiconductor + fritzing core + + + Diode + + IS=76.9p RS=42.0m BV=50.0 IBV=5.00u CJO=39.8p M=0.333 N=1.45 TT=4.32u + + A SPICE diode + + D{instanceTitle} {net connector1} {net connector0} MODEL_{instanceTitle} + + .MODEL MODEL_{instanceTitle} D ({spice model}) + + + + + + + + + + + + + + + + + + + + + + + + + + + Cathode Pin + + +

+ + +

+ + +

+

+ + + + Anode Pin + + +

+ + +

+ + +

+

+ + + + diff --git a/core/transistor_signal_NPN_CBE_custom_spice_v1.fzp b/core/transistor_signal_NPN_CBE_custom_spice_v1.fzp new file mode 100644 index 00000000..09ebbe12 --- /dev/null +++ b/core/transistor_signal_NPN_CBE_custom_spice_v1.fzp @@ -0,0 +1,94 @@ + + 1 + Andres Faina, based on Fabian Althaus´ version + SPICE NPN-Transistor + + 2022-11-08 + + NPN + transistor + signal transistor + amplifier + fritzing core + + + Bipolar Transistor + + + BF=75 RB=100 CJE=1PF CJC=3PF + + A standard NPN-transistor + + Q{instanceTitle} {net connector2} {net connector1} {net connector0} MODEL_{instanceTitle} + + .MODEL MODEL_{instanceTitle} NPN ({spice model}) + + + + + + + + + + + + + + + + + + + + + + + + + + + Emitter + + +

+ + +

+ + +

+

+ + + + Base + + +

+ + +

+ + +

+

+ + + + Collector + + +

+ + +

+ + +

+

+ + + +