The index of the first data point to be read from the specified file.
*StartIndex()The index of the first data point to be read from the specified file. |
|||||
*StartIndex()The index of the first data point to be read from the specified file. |
Syntax |
*StartIndex(index) |
|
Arguments |
Name |
Description |
index |
The first data point to be read. |
|
Example |
*BeginVector(X, File) *Filename({PLOT_FILE_1}) *StartIndex(10) *EndIndex(20) *Datatype("Time") *ScaleFactor(1) *Offset(0) *AxisIndex(1) *EndVector() |
|
Application |
HyperGraph. |
|
Context |
||
Comments |
index can be any number greater than or equal to 1. If index is –1 all data points are included. |
|
See also |
||