HyperWorks Desktop

*TimeScales()

Sets the time scale factor for each of the windows on a page.

*TimeScales()

Sets the time scale factor for each of the windows on a page.

Previous topic Next topic No expanding text in this topic  

*TimeScales()

Sets the time scale factor for each of the windows on a page.

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

Syntax

*TimeScales(scale_1, scale_2, …)

Argument

Name

Description

 

scale_x

The time scale factor for window "X" on the page.  The number of arguments is dependent on the number of windows.

Example

   *BeginPage()                   // Page 1

       *Title("Untitled", Off)

       *Layout(10)

       *AnimationMode(Transient)

           *BeginPlot()

           *EndPlot()

           *BeginPlot()

           *EndPlot()

           *BeginPlot()

           *EndPlot()

           *BeginPlot()

           *EndPlot()

       *TimeScales(1, 2, 3, 4)

       *TimeDelays(0.1, 0, 0.2, 0)

   *EndPage()

Application

Only relevant in the page context of report templates.

Comments

This statement is only valid in reports, not in session files.

See also

 

*TimeDelays()

List of Report Statements