Package esys :: Package escript :: Module timeseries :: Class Reader
[show private | hide private]
[frames | no frames]

Class Reader

TimeSeriesBase --+
                 |
                Reader


reads a list of input streams and creates a time series for each input stream but on the same Controler where the first column is used to create the time nodes
Method Summary
  __init__(self, list_of_istreams, buffer_size, seperator, commend_tag, debug)
  getControler(self)
returns the controler shared by all time series created through the input streams
  getTimeSeries(self, istream)
returns the time series as a tuple.
  run(self)
    Inherited from TimeSeriesBase
  __str__(self)
  debug(self)
returns true if debug mode is on
  setDebug(self, flag)
sets debug mode to flag
  setDebugOff(self)
switch off degugging mode
  setDebugOn(self)
switch on degugging mode
  setDescription(self, text)

Method Details

getControler(self)

returns the controler shared by all time series created through the input streams

getTimeSeries(self, istream=None)

returns the time series as a tuple. If istream is present its time series is returned

Generated by Epydoc 2.1 on Thu Apr 27 11:16:17 2006 http://epydoc.sf.net