From c753fd25e8a6492c359acd0d518fdc7f6528e64b Mon Sep 17 00:00:00 2001 From: fahim-oscad Date: Mon, 2 May 2016 15:04:22 +0530 Subject: Modified few parameters name of MOSFET- O to 0 --- src/ngspicetoModelica/NgspicetoModelica.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ngspicetoModelica/NgspicetoModelica.py') diff --git a/src/ngspicetoModelica/NgspicetoModelica.py b/src/ngspicetoModelica/NgspicetoModelica.py index a8ef6048..fd2d4d7c 100644 --- a/src/ngspicetoModelica/NgspicetoModelica.py +++ b/src/ngspicetoModelica/NgspicetoModelica.py @@ -488,7 +488,7 @@ class NgMoConverter: #Adding LEVEL(This is constant not the device levele) - tempstatList.append("LEVEL=1"+" ") + tempstatList.append("level=1"+" ") try: l = mosInfo[words[0]]['l'] -- cgit