|
__init__(self,
deflt=0.,
extendCopy=False,
splitThres=None,
splitFun=None,
accumulation="first")
|
|
setSplitting(self,
splitThres=None,
splitFun=None)
Sets the parameters for splitting
|
|
setDefault(self,
deflt)
|
|
setExtend(self,
mode)
|
|
nr(self)
Number of elements in timelines
|
|
setTime(self,
time)
Sets the time.
|
|
split(self,
array,
func)
Makes the array smaller by joining every two points
|
|
getTimes(self)
|
|
getValueNames(self)
|
|
getValues(self,
name)
Gets a timeline
|
|
setValue(self,
name,
value)
Sets the value of the last element in a timeline
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|