diff options
author | fahim-oscad | 2016-05-10 10:45:31 +0530 |
---|---|---|
committer | fahim-oscad | 2016-05-10 10:45:31 +0530 |
commit | 703b45855189130cb65f8fabf9d2fe5a54910e16 (patch) | |
tree | 74ba1852ee9b0cb5607b59f76653d8ce7952cdd5 /src/ngspicetoModelica/Mapping.json | |
parent | 6c73f608fd6b4b3fec92cdc6c4842a5afc0a9d6f (diff) | |
download | eSim-703b45855189130cb65f8fabf9d2fe5a54910e16.tar.gz eSim-703b45855189130cb65f8fabf9d2fe5a54910e16.tar.bz2 eSim-703b45855189130cb65f8fabf9d2fe5a54910e16.zip |
Modifed JFET modelica model
Diffstat (limited to 'src/ngspicetoModelica/Mapping.json')
-rw-r--r-- | src/ngspicetoModelica/Mapping.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/ngspicetoModelica/Mapping.json b/src/ngspicetoModelica/Mapping.json index a75a8280..e254d66a 100644 --- a/src/ngspicetoModelica/Mapping.json +++ b/src/ngspicetoModelica/Mapping.json @@ -121,8 +121,8 @@ }, - "j":{ - "import":"Modelica.Electrical.Spice3.Semiconductors", + "j":{ + "import":"Spice3.Internal.JFET", "mapping":{ "kf":"KF", "rs":"RS", @@ -137,9 +137,9 @@ "cgs":"CGS", "lambda":"LAMBDA", "b" : "B" - - + }, + "default":{ "KF":"0", "RS":"0", @@ -157,11 +157,9 @@ } - } - - - }, + + }, "Models":{ |