diff options
author | nilshah98 | 2019-06-25 12:55:20 +0530 |
---|---|---|
committer | nilshah98 | 2019-06-25 12:55:20 +0530 |
commit | c263636b86d204c9500ed2fe58e4f9db74c28bee (patch) | |
tree | fc23c9c31d0821fa0deec33aa452f70df602217d /src/kicadtoNgspice/KicadtoNgspice.py | |
parent | 73399832febef4407eb8d8a9e57d535f18b18654 (diff) | |
download | eSim-c263636b86d204c9500ed2fe58e4f9db74c28bee.tar.gz eSim-c263636b86d204c9500ed2fe58e4f9db74c28bee.tar.bz2 eSim-c263636b86d204c9500ed2fe58e4f9db74c28bee.zip |
Resolves #100
Diffstat (limited to 'src/kicadtoNgspice/KicadtoNgspice.py')
-rw-r--r-- | src/kicadtoNgspice/KicadtoNgspice.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kicadtoNgspice/KicadtoNgspice.py b/src/kicadtoNgspice/KicadtoNgspice.py index f760bce2..ef9201cb 100644 --- a/src/kicadtoNgspice/KicadtoNgspice.py +++ b/src/kicadtoNgspice/KicadtoNgspice.py @@ -41,6 +41,7 @@ class MainWindow(QtGui.QWidget): - clarg1 is the path to the .cir file - clarg2 is either None or "sub" depending on the analysis type """ + def __init__(self, clarg1, clarg2=None): QtGui.QWidget.__init__(self) print("==================================") |