Package PyFoam :: Package Execution :: Module GnuplotRunner :: Class GnuplotWatcher
[hide private]
[frames] | no frames]

Class GnuplotWatcher

source code

                       object --+            
                                |            
    AnalyzedCommon.AnalyzedCommon --+        
                                    |        
StepAnalyzedCommon.StepAnalyzedCommon --+    
                                        |    
                            GnuplotCommon --+
                                            |
                               object --+   |
                                        |   |
                BasicWatcher.BasicWatcher --+
                                            |
                                           GnuplotWatcher

Instance Methods [hide private]
  __init__(self, logfile, smallestFreq=0., persist=None, silent=False, tailLength=1000, sleep=0.1, plotLinear=True, plotCont=True, plotBound=True, plotIterations=False, plotCourant=False, plotExecution=False, plotDeltaT=False, customRegexp=None, writeFiles=False, raiseit=False, progress=False, start=None, end=None)
  startHandle(self)
to be called before the program is started
  tailingHandle(self)
called when the first line is output

Inherited from GnuplotCommon: stopHandle, timeHandle

Inherited from StepAnalyzedCommon.StepAnalyzedCommon: timeChanged

Inherited from AnalyzedCommon.AnalyzedCommon: addAnalyzer, getAnalyzer, getDirname, getTime, lineHandle, listAnalyzers, reset, tearDown

Inherited from BasicWatcher.BasicWatcher: getSize, start

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, logfile, smallestFreq=0., persist=None, silent=False, tailLength=1000, sleep=0.1, plotLinear=True, plotCont=True, plotBound=True, plotIterations=False, plotCourant=False, plotExecution=False, plotDeltaT=False, customRegexp=None, writeFiles=False, raiseit=False, progress=False, start=None, end=None)
(Constructor)

source code 
Parameters:
  • smallestFreq - smallest Frequency of output
  • persist - Gnuplot window persistst after run
Overrides: GnuplotCommon.__init__

startHandle(self)

source code 
to be called before the program is started
Overrides: BasicWatcher.BasicWatcher.startHandle
(inherited documentation)

tailingHandle(self)

source code 
called when the first line is output
Overrides: BasicWatcher.BasicWatcher.tailingHandle
(inherited documentation)