<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class PWR > Pwr.DataCol() |
Create and return an object of the class DATACOL.
The object is filed with data extracted from one column of the Pwr 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 Pwr.DataCol(). It is usually transient, existing only for one function call.
DataCol = Pwr.DataCol(ColumnCode)