|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
setDirectory(self,
oDir)
Set the directory to which output is to be written (if any output is
written) |
source code
|
|
|
goOn(self)
If the analyzer thinks the simulation should be stopped (for instance
because of convergence) it returns false |
source code
|
|
|
|
|
|
|
|
|
tearDown(self)
Hook to let every analyzer give its stuff back when the analysis has
ended |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|