Specifies a component of a request from a data file for a vector in a plot curve.
*Component()Specifies a component of a request from a data file for a vector in a plot curve. |
|||||
*Component()Specifies a component of a request from a data file for a vector in a plot curve. |
Syntax |
*Component("Comp"/Index) |
|||||
Arguments |
Name |
Description |
||||
Comp |
The name of the data component for the vector. Must be in double quotes. |
|||||
Index |
The index of the data component for the vector. |
|||||
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) *Filename("../../demos/plotting/FORCES") *DataType("Force") *Request("abd.force trans") *Component(2) *ScaleFactor(1) *Offset(0) *EndVector() *BeginVector(Time, File) • • • *EndVector() *EndCurve() |
|||||
Application |
HyperGraph. |
|||||
Context |
||||||
Comments |
The component can be specified using either the name from the specified file or the index number of the data component. You can use an asterisk or a question mark to represent a character.
|
|||||
See also |
|
|||||