<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class OCV > Ocv.DataCol() |
Create and return an object of the class DATACOL.
The object is filled with data extracted from one column of the Ocv object's data array. The data, once extracted, can then be submitted to other objects for further calculation. For example, a class LINFIT object performs a linear regression analysis on two DATACOL objects.
A new DATACOL object is automatically created by the call to Ocv.DataCol(). It is usually transient, existing only for one function call.
DataCol = Ocv.DataCol(Column)
Column |
INDEX |
A code identifying the Column to be used. Use these predefined constants: •OCV_T = Time •OCV_Vf = Filtered Voltage •OCV_Vm = Unfiltered Voltage |
DataCol |
DATACOL |
The new object containing the data extracted from the OCV data array. |