|
__init__(self,
fName,
name,
index,
col0,
data,
note="")
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
time(self)
Get the time of the sample (as a string) |
source code
|
|
|
isVector(self)
Is this vector or scalar data? |
source code
|
|
|
range(self,
component=None)
Range of the data |
source code
|
|
|
|
|
|
|
__call__(self,
scaleX=1.,
scaleData=1,
offsetData=0,
offsetX=0)
Return the data as SpreadsheetData-object |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|