FraCurve.DataCol()

<< Click to Display Table of Contents >>

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

FraCurve.DataCol()

Description

Extract a data column from a FraCurve object.

 

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

 

Type

INSTANCE FUNCTION

 

Usage

Result = Cgen.DataCol(ColNumber)

 

ColNumber

INDEX

A code from 0 to 3 identifying the column to be used:

0 = Time

1 = Voltage

2 = Current

3 = Phase

 

Or use the predefined constants:

FRACURVE_T = Time

FRACURVE_Vm = Voltage

FRACURVE_Im = Current

FRACURVE_Phi = Phase

Result

DATACOL

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