diff options
author | fahim | 2015-05-26 17:29:04 +0530 |
---|---|---|
committer | fahim | 2015-05-26 17:29:04 +0530 |
commit | bca9871d3ba7b18738c8f326cf9511834679b555 (patch) | |
tree | b262d9a8384c4d62a2aa6f16756502c8d0d061f7 /src/ngspiceSimulation/NgspiceWidget.py | |
parent | a062393843db4033f11837a3c7800136c00fef36 (diff) | |
download | eSim-bca9871d3ba7b18738c8f326cf9511834679b555.tar.gz eSim-bca9871d3ba7b18738c8f326cf9511834679b555.tar.bz2 eSim-bca9871d3ba7b18738c8f326cf9511834679b555.zip |
Subject: Completed Python Plotting
Description: Completed Python Plotting
Diffstat (limited to 'src/ngspiceSimulation/NgspiceWidget.py')
-rw-r--r-- | src/ngspiceSimulation/NgspiceWidget.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngspiceSimulation/NgspiceWidget.py b/src/ngspiceSimulation/NgspiceWidget.py index e61c4a61..a3305a78 100644 --- a/src/ngspiceSimulation/NgspiceWidget.py +++ b/src/ngspiceSimulation/NgspiceWidget.py @@ -18,7 +18,7 @@ class NgspiceWidget(QtGui.QWidget): #Creating argument for process self.args = ['-into', str(self.terminal.winId()),'-hold','-e', self.command] self.process.start('xterm', self.args) - print "Children ",self.process + #Adding PID #self.obj_appconfig.procThread_list.append(self.process.pid()) |