Method Summary |
|
__init__ (self,
name,
titles)
|
|
outputAtStart (self)
Write column titles if present |
|
setTitles (self,
titles)
Sets the titles anew. |
|
write (self,
time,
data)
write data set |
Inherited from BasicFile |
|
close (self)
close the file |
|
getHandle (self)
get the file-handle. |
|
outputAtEnd (self)
A hook for outputting stuff at the end of the file |
|
outputAtLineEnd (self)
A hook for outputting stuff at the end of each line |
|
outputAtLineStart (self)
A hook for outputting stuff at the start of each line |
|
writeLine (self,
data)
write a data set |