|
|
Properties | Description |
---|---|
name |
Name of time-series object (TSDATA) |
xunits |
Units to interpret the time samples (e.g., seconds) |
yunits |
Units to interpret the data samples (e.g., Volts) |
t0 |
Time object associated with the time-stamp of the first data sample |
Properties | Description |
---|---|
y |
Time samples vector |
x |
x samples vector |
fs |
Sample rate of data |
nsecs |
The length of this time-series in seconds |
version |
CVS version string of the constructor |
created |
Time object which stores the creation time of the TSDATA object |
|
Methods | Description |
---|---|
TSDATA time-series object class constructor. |
Methods | Description |
---|---|
GET get tsdata properties. |
|
ISFIELD tests if the given field is one of the object properties. |
|
ISVALID tests if the given tsdata has all the correct fields of the correct type. |
|
SET sets a tsdata property. |
Methods | Description |
---|---|
GET_XY_VALUES returns the x-axis and/or y-axis values. |
|
RESHAPET reshape the time-vector to match the x vector. |
|
SETTIME sets the time-vector of a tsdata object based on the length of the x vector and the sample rate. |
|
SET_XY_AXIS set the x-axis and y-axis values. |
|
SINGLE_OPERATION implements specified operator overload for tsdata objects. |
|
SUBSASGN define index assignment for for tsdata properties. |
|
SUBSREF Define field name indexing for tsdata objects. |
Methods | Description |
---|---|
CHAR convert a param object into a string. |
|
DISPLAY overloads display functionality for tsdata objects. |
|
SAVE a tsdata object to file. |