*EndIndex()
The index of the last data point to be read from the specified file.
Syntax
*EndIndex (index)
Application
HyperGraph
Inputs
- index
- The last data point to be read.
Context
*BeginVector()
Example
*BeginVector(X, File)
   *Filename({PLOT_FILE_1})
   *StartIndex(10)
   *EndIndex(20)
   *Datatype("Time")
   *ScaleFactor(1)
   *Offset(0)
   *AxisIndex(1)
*EndVector()Comments
Index can be any number greater than or equal to 1.