From e01b5846eab8a0dd1f5d235d1bb13bf5ba041218 Mon Sep 17 00:00:00 2001 From: Thomas Parry Date: Mon, 18 Nov 2019 10:12:28 +0100 Subject: [PATCH] Added four terminal NMOS and PMOS symbols to the SpiceLibrary file defaults. Symbols copied from the non-linear components library --- qucs/spicecomponents/symbols/nmos4.sym | 23 +++++++++++++++++++++++ qucs/spicecomponents/symbols/pmos4.sym | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 qucs/spicecomponents/symbols/nmos4.sym create mode 100644 qucs/spicecomponents/symbols/pmos4.sym diff --git a/qucs/spicecomponents/symbols/nmos4.sym b/qucs/spicecomponents/symbols/nmos4.sym new file mode 100644 index 00000000..3452eee0 --- /dev/null +++ b/qucs/spicecomponents/symbols/nmos4.sym @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + +<.PortSym 0 -30 1 90> +<.PortSym -30 0 2 0> +<.PortSym 0 30 3 270> +<.PortSym 20 0 4 180> +<.ID 30 12 M> + \ No newline at end of file diff --git a/qucs/spicecomponents/symbols/pmos4.sym b/qucs/spicecomponents/symbols/pmos4.sym new file mode 100644 index 00000000..8fbca975 --- /dev/null +++ b/qucs/spicecomponents/symbols/pmos4.sym @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + +<.PortSym 0 -30 1 90> +<.PortSym -30 0 2 0> +<.PortSym 0 30 3 270> +<.PortSym 20 0 4 180> +<.ID 30 12 M> + \ No newline at end of file