*EndDefine()

Indicates the end of a definition block.

Syntax

*EndDefine()

Application

MotionView, HyperView, HyperGraph, and TextView.

Example

*DefineCurve(crvdef_swt, filename)
    *BeginVector(X, File)
        *Filename(filename)
        *Datatype("Time")
    *EndVector()
    *BeginVector(Y, File)
        *Filename(filename)
        *Datatype("User Defined")
        *Request("REQ/60000600 Steering Angle and 
                 Torque
                (deg ft-lb)")
        *Component("Y")
        *AxisIndex(4)
*EndDefine()

Comments

Every *Define() statement block requires an ending *EndDefine() statement.