Ocv.DataCol()

Ocv.DataCol()

Type: INSTANCE FUNCTION

Purpose: 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 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.

Usage: DataCol = Ocv.DataCol(Column)

  DataCol

DATACOL

The new object containing the data
extracted from the OCV data array.
  ColumnCode INDEX

A code identifying the column to be
used. Use these predefined constants:

OCV_T = Time

OCV_Vf = Filtered Voltage

OCV_Vm = Unfiltered Voltage

Related Topics Link IconRelated Topics