Specifies the time at which animation begins.
*StartTime()Specifies the time at which animation begins. |
|||||
*StartTime()Specifies the time at which animation begins. |
Syntax |
*StartTime(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() *StartTime(0) *EndPage()
Or
*BeginPage() *IsActive() *Title("Force-5", On) *Layout(1) *CurrentTimeStep(0) *BeginWindow(Plot) *IsActive() • • • *EndWindow() *StartTime(UNDEFINED_STEP) *EndPage() |
|
Application |
HyperView. |
|
Context |
||
Comments |
If a *StartTime() statement is not present, the animation starts at the beginning of the file. timestep is in microseconds (mms). |
|
See also |
|
|