summaryrefslogtreecommitdiff
path: root/src/ngspiceSimulation/NgspiceWidget.py
diff options
context:
space:
mode:
authorfahim2015-05-26 17:29:04 +0530
committerfahim2015-05-26 17:29:04 +0530
commitbca9871d3ba7b18738c8f326cf9511834679b555 (patch)
treeb262d9a8384c4d62a2aa6f16756502c8d0d061f7 /src/ngspiceSimulation/NgspiceWidget.py
parenta062393843db4033f11837a3c7800136c00fef36 (diff)
downloadeSim-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.py2
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())