summaryrefslogtreecommitdiff
path: root/src/ngspicetoModelica/NgspicetoModelica.py
diff options
context:
space:
mode:
authorfahim-oscad2016-05-03 14:28:29 +0530
committerfahim-oscad2016-05-03 14:28:29 +0530
commit27a8bfb7902a0ce85e1ce02b11d6b172f5ee21fb (patch)
treef7f5f985ba113c68548c587e6ef438788ebab55a /src/ngspicetoModelica/NgspicetoModelica.py
parentc753fd25e8a6492c359acd0d518fdc7f6528e64b (diff)
downloadeSim-27a8bfb7902a0ce85e1ce02b11d6b172f5ee21fb.tar.gz
eSim-27a8bfb7902a0ce85e1ce02b11d6b172f5ee21fb.tar.bz2
eSim-27a8bfb7902a0ce85e1ce02b11d6b172f5ee21fb.zip
Change parameter level with Level
Diffstat (limited to 'src/ngspicetoModelica/NgspicetoModelica.py')
-rw-r--r--src/ngspicetoModelica/NgspicetoModelica.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngspicetoModelica/NgspicetoModelica.py b/src/ngspicetoModelica/NgspicetoModelica.py
index fd2d4d7c..35ab5ec2 100644
--- a/src/ngspicetoModelica/NgspicetoModelica.py
+++ b/src/ngspicetoModelica/NgspicetoModelica.py
@@ -487,8 +487,8 @@ class NgMoConverter:
tempstatList.append(default+"="+self.getUnitVal(defaultValue)+" ")
- #Adding LEVEL(This is constant not the device levele)
- tempstatList.append("level=1"+" ")
+ #Adding LEVEL(This is constant not the device level)
+ tempstatList.append("Level=1"+" ")
try:
l = mosInfo[words[0]]['l']