diff options
author | athulappadan | 2016-03-15 15:28:27 +0530 |
---|---|---|
committer | athulappadan | 2016-03-15 15:28:27 +0530 |
commit | 47def6faede05c5056d8a9f000f5ae5f9e3da7b9 (patch) | |
tree | 7d19c920f14aee193d742f97901c2532c178f91a /src/ngspiceSimulation | |
parent | 46997e8e06c8199bfc52e908553336c8847a11b9 (diff) | |
download | eSim-47def6faede05c5056d8a9f000f5ae5f9e3da7b9.tar.gz eSim-47def6faede05c5056d8a9f000f5ae5f9e3da7b9.tar.bz2 eSim-47def6faede05c5056d8a9f000f5ae5f9e3da7b9.zip |
Multimeter message tip changed
Diffstat (limited to 'src/ngspiceSimulation')
-rw-r--r-- | src/ngspiceSimulation/pythonPlotting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngspiceSimulation/pythonPlotting.py b/src/ngspiceSimulation/pythonPlotting.py index 9d89a52e..b7899fe7 100644 --- a/src/ngspiceSimulation/pythonPlotting.py +++ b/src/ngspiceSimulation/pythonPlotting.py @@ -110,7 +110,7 @@ class plotWindow(QtGui.QMainWindow): self.plotbtn = QtGui.QPushButton("Plot") self.plotbtn.setToolTip('<b>Press</b> to Plot' ) self.multimeterbtn = QtGui.QPushButton("Multimeter") - self.multimeterbtn.setToolTip('<b>Press</b> to get multimeter' ) + self.multimeterbtn.setToolTip('<b>RMS</b> value of the current and voltage is displayed' ) self.text = QtGui.QLineEdit() self.funcLabel = QtGui.QLabel() self.palette1 = QtGui.QPalette() |