From df9ce13d9a85bc54a5f6d9778830f9eb5a425397 Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Tue, 18 Feb 2025 10:08:20 +0300 Subject: [PATCH] Add RC.lib --- library/CMakeLists.txt | 1 + library/RC.lib | 124 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 125 insertions(+) create mode 100644 library/RC.lib diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index e73710c6..1414421d 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -32,6 +32,7 @@ PhotovoltaicRelay.lib PMOSFETs.lib PWM_Controller.lib Regulators.lib +RC.lib Substrates.lib Transistors.lib Varistors.lib diff --git a/library/RC.lib b/library/RC.lib new file mode 100644 index 00000000..bcb8cd3e --- /dev/null +++ b/library/RC.lib @@ -0,0 +1,124 @@ + + + + +Capacitor with parasitic inductance and ESR. The model contains the generic data. Substitute the ESR and parasitic inductance value after RF measurements before insertion in the schematic! + + +.Def:RC_C _net0 _net1 Cs="100n" Rs="1" Ls="1n" +C:C1 _net0 _net2 C="Cs" V="" +L:L1 _net3 _net1 L="Ls" I="" +R:R1 _net2 _net3 R="Rs" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85" +.Def:End + + +.SUBCKT RC_C gnd _net0 _net1 Cs=100n Rs=1 Ls=1n +C1 _net0 _net2 {CS} +L1 _net3 _net1 {LS} +R1 _net2 _net3 {RS} tc1=0.0 tc2=0.0 +.ENDS + + + <.ID -20 14 SUB "1=Cs=100n=Capacitance (F)=" "1=Rs=1=Series resististance ESR (Ohms)=" "1=Ls=1n=Series inductance (H)="> + <.PortSym -30 0 1 0 P1> + <.PortSym 30 0 2 0 P2> + + + + + + + + + + +Capacitor with ESR. The model contains the generic data. Substitute the ESR value before insertion in the schematic! + + +.Def:RC_C_ESR _net0 _net1 Cs="10u" Rs="1" +R:R1 _net2 _net1 R="Rs" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85" +C:C1 _net0 _net2 C="Cs" V="" +.Def:End + + +.SUBCKT RC_C_ESR gnd _net0 _net1 Cs=10u Rs=1 +R1 _net2 _net1 {RS} tc1=0.0 tc2=0.0 +C1 _net0 _net2 {CS} +.ENDS + + + <.ID -20 14 X "1=Cs=10u=Series capacitance (F)=" "1=Rs=1=Series resistance ESD (Ohms)="> + <.PortSym -30 0 1 0 P1> + <.PortSym 30 0 2 0 P2> + + + + + + + + + + + + +Resistor with parasitic inductance and capacitance. The model contains the generic data. Substitute the parasitics value after RF measurements before insertion in the schematic! + + +.Def:RC_R _net2 _net1 Rs="1k" Ls="10n" Cp="1p" +L:L1 _net0 _net1 L="Ls" I="" +R:R1 _net2 _net0 R="Rs" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85" +C:C1 _net2 _net1 C="Cp" V="" +.Def:End + + +.SUBCKT RC_R gnd _net2 _net1 Rs=1k Ls=10n Cp=1p +L1 _net0 _net1 {LS} +R1 _net2 _net0 {RS} tc1=0.0 tc2=0.0 +C1 _net2 _net1 {CP} +.ENDS + + + + + + + + + <.PortSym -30 0 1 0 P1> + <.PortSym 30 0 2 0 P2> + <.ID -20 14 X "1=Rs=1k=Resistance (Ohms)=" "1=Ls=10n=Series inductance (H)=" "1=Cp=1p=Parallel capacitance (F)="> + + + + + + +Resistor with parasitic inductance. The model contains the generic data. Substitute the parasitic inductance value after measurements before insertion in the schematic! + + +.Def:RC_R_L _net2 _net1 Rs="1k" Ls="10n" +L:L1 _net0 _net1 L="Ls" I="" +R:R1 _net2 _net0 R="Rs" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85" +.Def:End + + +.SUBCKT RC_R_L gnd _net2 _net1 Rs=1k Ls=10n +L1 _net0 _net1 {LS} +R1 _net2 _net0 {RS} tc1=0.0 tc2=0.0 +.ENDS + + + + + + + + + <.PortSym -30 0 1 0 P1> + <.PortSym 30 0 2 0 P2> + <.ID -20 14 X "1=Rs=1k=Resistance (Ohms)=" "1=Ls=10n=Series inductance (H)="> + + + +