Each file can be identified by a unique name. If a file is accessed a
second time at the same simulation-time a file with the ending _2 is
created (incrementing with each access)
|
__init__(self,
basename,
titles=[],
singleFile=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
checkTime(self,
time)
check whether the time has changed |
source code
|
|
|
getFile(self,
name)
get a OutputFile-object |
source code
|
|
|
|
|
|
|
prevCalls(self,
name)
checks whether the name was used previously at that time-step |
source code
|
|
|
incrementCalls(self,
name)
increments the access counter for name |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|