|
__init__(self,
deflt=0.,
extendCopy=False,
splitThres=None,
splitFun=None,
noEmptyTime=True,
advancedSplit=False,
preloadData=None,
accumulation="first",
registry=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
resetValid(self,
val=False)
Helper function that resets the information whether the last entry is
valid |
source code
|
|
|
nrValid(self)
Helper function that gets the number of valid values |
source code
|
|
|
addSlave(self,
slave)
Adds a slave time-line-collection |
source code
|
|
|
|
|
setSplitting(self,
splitThres=None,
splitFun=None,
advancedSplit=False,
noEmptyTime=True)
Sets the parameters for splitting |
source code
|
|
|
|
|
|
|
|
|
|
|
split(self,
array,
func)
Makes the array smaller by joining every two points |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|