Nscurve.DataCol()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Curve classes > class NSCURVE >

Nscurve.DataCol()

Description

Extract a data column from an object of the class DATACOL.

 

This data column is packaged in a DATACOL object that can then be used for further processing.

 

Type

INSTANCE FUNCTION

 

Usage

DataCol = Nscurve.DataCol(ColNumber)

 

ColNumber

INDEX

Data column, with a range of 0 to 4:

0 = Time

1 = RMS Voltage

2 = RMS Current

3 = Mean Voltage

4 = Mean Current

DataCol

DATACOL

A DATACOL object with a tag derived from the Nscurve object's tag. The new tag is <NscurveTag>_C<COLNO> where COLNO is the requested column number.