HyperWorks Desktop

*EndIndex()

The index of the last data point to be read from the specified file.

*EndIndex()

The index of the last data point to be read from the specified file.

Previous topic Next topic No expanding text in this topic  

*EndIndex()

The index of the last data point to be read from the specified file.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*EndIndex(index)

Arguments

Name

Description

 

index

The last 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

*BeginVector()

Comments

index can be any number greater than or equal to 1.

See also

 

List of Session Statements