<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class NSCURVE > Nscurve.SprintPoint() |
Used in output of data from an Nscurve object.
A data point from the object is printed to an ASCII string. This string can in turn be printed to the active output file. The format of the data string is:
PointNumber <tab> Time <tab> RMS E <tab>
& RMS I <tab> Mean E <tab> Mean I
You can use this function along with the Printl() function to output point i to the output file as follows:
Printl("\t",Nscurve.SprintPoint(i)
Result = Nscurve.SprintPoint(PointNumber)
PointNumber |
INDEX |
The point to be printed. PointNumber is zero-based. If the requested point has not been taken, a parameter error is issued. |
Result |
STRING |
The output string. |