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/pythonPlotting.py | |
parent | f39e18e849b2166038505f4ae1b9cf1016ff9ace (diff) | |
download | eSim-1dd7f42e4fe21f7b854644536ff2be977f67e4a9.tar.gz eSim-1dd7f42e4fe21f7b854644536ff2be977f67e4a9.tar.bz2 eSim-1dd7f42e4fe21f7b854644536ff2be977f67e4a9.zip |
ngspiceSimulation documentation done
Diffstat (limited to 'src/ngspiceSimulation/pythonPlotting.py')
-rw-r--r-- | src/ngspiceSimulation/pythonPlotting.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ngspiceSimulation/pythonPlotting.py b/src/ngspiceSimulation/pythonPlotting.py index 9e9db8f6..298d392c 100644 --- a/src/ngspiceSimulation/pythonPlotting.py +++ b/src/ngspiceSimulation/pythonPlotting.py @@ -501,11 +501,7 @@ class plotWindow(QtGui.QMainWindow): loc_x += 50 loc_y += 50 # Adding object of multimeter to dictionary - ( - self.obj_appconfig.dock_dict - [self.obj_appconfig.current_project['ProjectName']].append( - self.obj[j]) - ) + self.obj_appconfig.dock_dict[self.obj_appconfig.current_project['ProjectName']].append(self.obj[j]) if boxCheck == 0: QtGui.QMessageBox.about( |