HyperWorks Desktop

*Request()

Specifies a request from a data file for a vector in a plot curve.

*Request()

Specifies a request from a data file for a vector in a plot curve.

Previous topic Next topic No expanding text in this topic  

*Request()

Specifies a request from a data file for a vector in a plot curve.

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

Syntax

*Request("Req"/Index)

Arguments

Name

Description

 

"Req"        

The name of a member of the data type. Must be in double quotes.

 

Index

The index of a member of the data type. The first index is 0.

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(2)

         *component("Resultant Force (N)")

         *ScaleFactor(1)

         *Offset(0)

 *EndVector()

 *BeginVector(Time, File)

         • • •

 *EndVector()

*EndCurve()

Application

HyperGraph.

Context

*BeginCurve()

*BeginPage()

*BeginVector()

Report Definitions

Comments

A request can be specified using either the name or the index number of a member of the data type.

Available data sets depend on which data type is used.

You can use an asterisk or a question mark to represent a character.

An asterisk, *, can represent one or more characters.
A question mark, ?, can represent only one character.

For MADYMO, this statement specifies which component to read.

See also

 

*BeginWindow()

*EndPage()

List of Session Statements