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,
accumulation=None,
progressTemplate=None,
singleFile=False,
startTime=None,
endTime=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
getData(self,
time=None,
ID=None)
get a data value at a specific time for a specific 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
|
|
|
getTimes(self,
ID=None)
get the available time for the identifier ID |
source code
|
|
|
|
|
|
|
sub(self,
ID)
get the data set for the identifier ID |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
|
|
endAnalysis(self,
match)
Method at the end of a successfull match |
source code
|
|
|
|
|
|
|
|
|
setMaster(self,
master)
Assign another line-analyzer that will do the actual data gathering |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
goOn(self)
If the analyzer thinks the simulation should be stopped (for instance
because of convergence) it returns false |
source code
|
|
|
|
|
|
|
writeProgress(self,
msg)
Let the parent write an additional progress message |
source code
|
|