<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class NSCURVE > Nscurve.AddPoint() |
Place a data point in the class NSCURVE object's data array.
The point is added at the next available point in the curve. The data point counter is incremented after the point is added.
Nscurve.AddPoint(ElapsedTime, Time, Voltage, Current)
ElapsedTime |
REAL |
The elapsed time in the experiment. |
Time |
DATACOL |
The block of Time data to be used. |
Voltage |
DATACOL |
The block of Voltage data to be fit. |
Current |
DATACOL |
The block of Current data to be fit. |