diff options
-rw-r--r-- | src/ngspicetoModelica/NgspicetoModelica.py | 4 |
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'] |