diff options
author | saurabhb17 | 2020-03-17 20:42:57 +0530 |
---|---|---|
committer | GitHub | 2020-03-17 20:42:57 +0530 |
commit | c967b3b3b27dc4e76ee2bb7a1820a97c5306b8d2 (patch) | |
tree | 2c80091a39cceebca01eb5cf3de102de8cdae3df /library | |
parent | 2ea4bdb9b08b2a5da5a0b6ad0a5fe6a82510b9ec (diff) | |
parent | 0771d3b179c16dc4bd486f71a7d7576cbcc59bec (diff) | |
download | eSim-c967b3b3b27dc4e76ee2bb7a1820a97c5306b8d2.tar.gz eSim-c967b3b3b27dc4e76ee2bb7a1820a97c5306b8d2.tar.bz2 eSim-c967b3b3b27dc4e76ee2bb7a1820a97c5306b8d2.zip |
Merge pull request #137 from saurabhb17/master
fp-lib-table modifications
Diffstat (limited to 'library')
-rw-r--r-- | library/kicadLibrary/kicad_eSim-Library/eSim_Devices.lib | 10 | ||||
-rw-r--r-- | library/supportFiles/fp-lib-table | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/library/kicadLibrary/kicad_eSim-Library/eSim_Devices.lib b/library/kicadLibrary/kicad_eSim-Library/eSim_Devices.lib index 3594de7e..67f2e757 100644 --- a/library/kicadLibrary/kicad_eSim-Library/eSim_Devices.lib +++ b/library/kicadLibrary/kicad_eSim-Library/eSim_Devices.lib @@ -27,7 +27,7 @@ F0 "C" 25 100 50 H V L CNN F1 "eSim_CP1" 25 -100 50 H V L CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN -ALIAS capacitor +ALIAS capacitor_polarised $FPLIST CP_* $ENDFPLIST @@ -111,7 +111,7 @@ F0 "M" 0 -150 50 H V R CNN F1 "eSim_MOS_N" 100 -50 50 H V R CNN F2 "" 300 -300 29 H V C CNN F3 "" 100 -200 60 H V C CNN -ALIAS mosfet +ALIAS mosfet_n DRAW C 150 -200 111 0 1 10 N P 2 0 1 10 130 -290 130 -250 N @@ -139,7 +139,7 @@ F0 "M" -50 50 50 H V R CNN F1 "eSim_MOS_P" 50 150 50 H V R CNN F2 "" 250 100 29 H V C CNN F3 "" 50 0 60 H V C CNN -ALIAS mosfet +ALIAS mosfet_p DRAW C 100 0 111 0 1 10 N P 2 0 1 0 80 -70 150 -70 N @@ -167,7 +167,7 @@ F0 "J" -100 50 50 H V R CNN F1 "eSim_NJF" -50 150 50 H V R CNN F2 "" 200 100 29 H V C CNN F3 "" 0 0 60 H V C CNN -ALIAS jfet +ALIAS jfet_n DRAW C 50 0 111 0 1 10 N P 3 0 1 10 10 75 10 -75 10 -75 N @@ -207,7 +207,7 @@ F0 "J" -100 50 50 H V R CNN F1 "eSim_PJF" -50 150 50 H V R CNN F2 "" 200 100 29 H V C CNN F3 "" 0 0 60 H V C CNN -ALIAS jfet +ALIAS jfet_p DRAW C 50 0 111 0 1 10 N P 3 0 1 10 10 75 10 -75 10 -75 N diff --git a/library/supportFiles/fp-lib-table b/library/supportFiles/fp-lib-table index ff605eaf..fa884d10 100644 --- a/library/supportFiles/fp-lib-table +++ b/library/supportFiles/fp-lib-table @@ -85,8 +85,4 @@ (lib (name Varistors)(type KiCad)(uri ${KISYSMOD}/Varistors.pretty)(options "")(descr Varistors)) (lib (name Wire_Connections_Bridges)(type KiCad)(uri ${KISYSMOD}/Wire_Connections_Bridges.pretty)(options "")(descr "PCB bridging points")) (lib (name Wire_Pads)(type KiCad)(uri ${KISYSMOD}/Wire_Pads.pretty)(options "")(descr "Direct wire-to-board connection points")) - (lib (name Choke_Common-Mode_Wurth)(type KiCad)(uri "$(KISYSMOD)Choke_Common-Mode_Wurth.pretty")(options "")(descr "")) - (lib (name Choke_Radial_ThroughHole)(type KiCad)(uri "$(KISYSMOD)Choke_Radial_ThroughHole.pretty")(options "")(descr "")) - (lib (name Choke_SMD)(type KiCad)(uri "$(KISYSMOD)Choke_SMD.pretty")(options "")(descr "")) - (lib (name Choke_Toroid_ThroughHole)(type KiCad)(uri "$(KISYSMOD)Choke_Toroid_ThroughHole.pretty")(options "")(descr "")) -) + ) |