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