Specifies the time at which animation ends.
*EndTime()Specifies the time at which animation ends. |
|||||
*EndTime()Specifies the time at which animation ends. |
Syntax |
*EndTime(Timestep, MODEL_STEP, INITIAL_STATIC_STEP, UNDEFINED_STEP) |
|
Arguments |
Name |
Description |
Timestep |
The timestep to display in each window. |
|
MODEL_STEP |
For an ADAMS model, the time step before loads are applied. |
|
INITIAL_STATIC_STEP |
For an ADAMS model, the time step where loads are applied but the simulation has not yet started. |
|
UNDEFINED_STEP |
Time value has not been set. This can occur if no results are loaded. |
|
Example |
*BeginPage() *IsActive() *Title("Force-5", On) *Layout(1) *CurrentTimeStep(0) *BeginWindow(Plot) *IsActive() • • • *EndWindow() *EndTime(1000000) *EndPage()
Or
*BeginPage() *IsActive() *Title("Force-5", On) *Layout(1) *CurrentTimeStep(0) *BeginWindow(Plot) *IsActive() • • • *EndWindow() *EndTime(UNDEFINED_STEP) *EndPage() |
|
Application |
HyperView, HyperGraph, and MediaView. |
|
Context |
||
Comments |
If an *EndTime() statement is not present, the animation runs to the end of the file. timestep is in microseconds (mms). |
|
See also |
|
|