Home | Trees | Indices | Help |
---|
|
1 # ICE Revision: $Id$ 2 """An Analyzed Runner that does something at every time-step""" 3 4 from .BasicWatcher import BasicWatcher 5 from .StepAnalyzedCommon import StepAnalyzedCommon 68 """The output of a command is analyzed while being run. At every time-step a command is performed""" 914 15 # Should work with Python3 and Python2 1611 """@param smallestFreq: the smallest intervall of real time (in seconds) that the time change is honored""" 12 BasicWatcher.__init__(self,filename,silent=silent,tailLength=tailLength,sleep=sleep) 13 StepAnalyzedCommon.__init__(self,filename,analyzer,smallestFreq=smallestFreq)
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jun 12 09:10:16 2013 | http://epydoc.sourceforge.net |