|
__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 help(type(x)) 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
|
|
|
|
|
|
|
|
|
|
|
getData(self)
Return the whole current data as a SpreadsheetData-object |
source code
|
|
|
getLatestData(self)
Return a dictionary with the latest values from all data sets |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|