Indicates the beginning of a vector block in a plot curve.
*BeginVector() - HyperGraphIndicates the beginning of a vector block in a plot curve. |
|||||
*BeginVector() - HyperGraphIndicates the beginning of a vector block in a plot curve. |
Syntax |
*BeginVector(X/Y/Time, File/Math/Values) |
|
Arguments |
Name |
Description |
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. |
|
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() |
|
Application |
HyperView and HyperGraph. |
|
Context |