Fracurve.DataCol()
Type: INSTANCE FUNCTION
Purpose: Extract a data column from a FraCurve object.
This data column is packaged in a DATACOL object that can then be used for further processing.
Usage:
Result = Cgen.DataCol(ColNumber) 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. 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
Related Topics1
Comments are closed.