Home | Trees | Indices | Help |
---|
|
object --+ | OutFileCollection
Collection of output files
The files are stored in a common directory and are created on first access
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=[]) | ||
|
setTitles(self,
titles) Sets the titles anew |
||
|
checkTime(self,
time) check whether the time has changed |
||
|
getFile(self,
name) get a OutputFile-object |
||
|
prevCalls(self,
name) checks whether the name was used previously at that time-step |
||
|
incrementCalls(self,
name) increments the access counter for name |
||
|
write(self,
name,
time,
data) writes data to file |
||
Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
|
writes data to file name - name of the file time - simulation time data - tuple with the data |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 23 23:44:28 2007 | http://epydoc.sourceforge.net |