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

Class StepAnalyzedWatcher

source code

                       object --+        
                                |        
    AnalyzedCommon.AnalyzedCommon --+    
                                    |    
StepAnalyzedCommon.StepAnalyzedCommon --+
                                        |
                           object --+   |
                                    |   |
            BasicWatcher.BasicWatcher --+
                                        |
                                       StepAnalyzedWatcher

The output of a command is analyzed while being run. At every time-step a command is performed

Instance Methods [hide private]
 
__init__(self, filename, analyzer, silent=False, smallestFreq=0., tailLength=1000, sleep=0.1)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from StepAnalyzedCommon.StepAnalyzedCommon: stopHandle, timeChanged, timeHandle

Inherited from AnalyzedCommon.AnalyzedCommon: addAnalyzer, addTrigger, createPlots, getAnalyzer, getDirname, getTime, hasAnalyzer, lineHandle, listAnalyzers, picklePlots, reset, tearDown

Inherited from BasicWatcher.BasicWatcher: getSize, start, startHandle, tailingHandle

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, filename, analyzer, silent=False, smallestFreq=0., tailLength=1000, sleep=0.1)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • smallestFreq - the smallest intervall of real time (in seconds) that the time change is honored
Overrides: object.__init__