One pattern group of the RegExp can be used as a unique identifier, so
that more than one data-sets can be stored per time-step
The string %f% in the regular expression is replaced with the regular
expression for a floating point number
|
__init__(self,
name,
exp,
idNr=None,
titles=[ ] ,
doTimelines=False,
doFiles=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
sub(self,
ID)
get the data set for the identifier ID |
source code
|
|
|
getTimes(self,
ID=None)
get the available time for the identifier ID |
source code
|
|
|
getIDs(self)
get a list of the available IDs |
source code
|
|
|
getLast(self,
ID=None)
get the last time for the identifier ID |
source code
|
|
|
getData(self,
time=None,
ID=None)
get a data value at a specific time for a specific ID |
source code
|
|
Inherited from GeneralLineAnalyzer.GeneralLineAnalyzer :
doAnalysis ,
endAnalysis ,
getTimeline ,
setDirectory ,
setTitles ,
tearDown ,
timeChanged
Inherited from LogLineAnalyzer.LogLineAnalyzer :
addListener ,
getTime ,
goOn ,
notify ,
setParent
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|