diff options
author | nilshah98 | 2019-06-07 11:38:49 +0530 |
---|---|---|
committer | nilshah98 | 2019-06-13 12:15:50 +0530 |
commit | 1dd7f42e4fe21f7b854644536ff2be977f67e4a9 (patch) | |
tree | 71e146167fc4bfe615b1834a819a083493d052d9 /src/ngspiceSimulation/NgspiceWidget.py | |
parent | f39e18e849b2166038505f4ae1b9cf1016ff9ace (diff) | |
download | eSim-1dd7f42e4fe21f7b854644536ff2be977f67e4a9.tar.gz eSim-1dd7f42e4fe21f7b854644536ff2be977f67e4a9.tar.bz2 eSim-1dd7f42e4fe21f7b854644536ff2be977f67e4a9.zip |
ngspiceSimulation documentation done
Diffstat (limited to 'src/ngspiceSimulation/NgspiceWidget.py')
-rw-r--r-- | src/ngspiceSimulation/NgspiceWidget.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ngspiceSimulation/NgspiceWidget.py b/src/ngspiceSimulation/NgspiceWidget.py index 52427681..5d98534e 100644 --- a/src/ngspiceSimulation/NgspiceWidget.py +++ b/src/ngspiceSimulation/NgspiceWidget.py @@ -27,10 +27,11 @@ class NgspiceWidget(QtGui.QWidget): self.args = ['-hold', '-e', self.command] self.process.start('xterm', self.args) self.obj_appconfig.process_obj.append(self.process) + print(self.obj_appconfig.proc_dict) ( self.obj_appconfig.proc_dict [self.obj_appconfig.current_project['ProjectName']].append( - self.process.pid()) + self.process.pid()) ) elif platform.system() == 'Windows': |