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 Topics1Fracurve.Activate() Fracurve.Count() Fracurve.CycleLim()Fracurve.DataValue() Fracurve.Freq() Fracurve.Idc() Fracurve.Iimag() Fracurve.Imod() Fracurve.Iphz() Fracurve.Ireal() FRACURVE.New() FraCurve.OverIac() FraCurve.OverIdc() FraCurve.OverVac() FraCurve.OverVdc() FraCurve.Printl() FraCurve.Run() FraCurve.SetPlot() FraCurve.Sprint() FraCurve.Vdc() FraCurve.Vimag() FraCurve.Vmod() FraCurve.Vphz() FraCurve.Vreal() FraCurve.Zimag() FraCurve.Zmod() FraCurve.Zphz() FraCurve.Zreal()
Comments are closed.