diff options
author | rahulp13 | 2020-04-13 16:55:31 +0530 |
---|---|---|
committer | rahulp13 | 2020-04-13 16:55:31 +0530 |
commit | aa75ea9814d9893fc02564dc25e5444ce5ea3439 (patch) | |
tree | 7fd041516ceb0f906f000008366065cc7e905db5 /library | |
parent | 6a0ef73be748b4e885d4288dede37fc76ad95158 (diff) | |
download | eSim-aa75ea9814d9893fc02564dc25e5444ce5ea3439.tar.gz eSim-aa75ea9814d9893fc02564dc25e5444ce5ea3439.tar.bz2 eSim-aa75ea9814d9893fc02564dc25e5444ce5ea3439.zip |
merged PR #131
Diffstat (limited to 'library')
-rw-r--r-- | library/ngspicetoModelica/Mapping.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/library/ngspicetoModelica/Mapping.json b/library/ngspicetoModelica/Mapping.json index e254d66a..b7c8df5d 100644 --- a/library/ngspicetoModelica/Mapping.json +++ b/library/ngspicetoModelica/Mapping.json @@ -13,10 +13,11 @@ }, "Sources":{ "v":{ - "pulse":"Analog.Sources.TrapezoidVoltage", - "sine":"Analog.Sources.SineVoltage", + "pulse" : "Analog.Sources.TrapezoidVoltage", + "sine" : "Analog.Sources.SineVoltage", "pwl" : "Analog.Sources.TableVoltage", - "dc" : "Analog.Sources.ConstantVoltage" + "dc" : "Analog.Sources.ConstantVoltage", + "ac" : "Analog.Sources.ConstantVoltage" }, "i":{ |