Parses the line for the current time and makes it available to the
parent analyzer (who makes it available to all of his children). This
side-effect is important for all the other line-analyzers that need the
time
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
|
|
|
|
|
|
goOn(self)
If the analyzer thinks the simulation should be stopped (for instance
because of convergence) it returns false |
source code
|
|
|
|
|
setDirectory(self,
oDir)
Set the directory to which output is to be written (if any output is
written) |
source code
|
|
|
|
|
tearDown(self)
Hook to let every analyzer give its stuff back when the analysis has
ended |
source code
|
|
|
|
|
writeProgress(self,
msg)
Let the parent write an additional progress message |
source code
|
|