*BeginVector() - HyperGraph
Indicates the beginning of a vector block in a plot curve.
Syntax
*BeginVector (X/Y/Time, File/Math/Values)
Application
HyperView and HyperGraph.
Inputs
- X
- Defines the vector as X data.
- Y
- Defines the vector as Y data.
- Time
- Defines the vector as time data.
- File
- The source of the vector is a file.
- Math
- The source of the vector is a mathematical expression.
- Values
- The source of the vector is in a values table.
Context
*BeginCurve()
Report Definitions
Example
*BeginCurve(On, "Resultant Force (N)")
*Line(1, 2, 1)
*Symbol(1, 2, 10)
*BeginVector(X, File)
*Filename("../../demos/plotting/FORCES")
*DataType("Force")
*Request("abd.force trans")
*component("Resultant Force (N)")
*ScaleFactor(1)
*Offset(0)
*EndVector()
*BeginVector(Y, File)
• • •
*EndVector()
*BeginVector(Time, File)
• • •
*EndVector()
*EndCurve()