HyperWorks Desktop

*ScaleFactor()

Scales a data vector in a curve.

*ScaleFactor()

Scales a data vector in a curve.

Previous topic Next topic No expanding text in this topic  

*ScaleFactor()

Scales a data vector in a curve.

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

Syntax

*ScaleFactor(expression)

Argument

Name

Description

 

expression

The scaling factor for the data vector.

Can be a math expression or a number.  When using a math expression, the expression must be in quotation marks.

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.0)

         *Offset(0)

 *EndVector()

 *BeginVector(Y, File)

         • • •

 *EndVector()

 *BeginVector(Time, File)

         • • •

 *EndVector()

*EndCurve()

Application

HyperGraph.

Context

*BeginCurve()

*BeginVector()

Report Definitions

See also

 

*BeginCurve()

*BeginVector()

List of Session Statements