*timestep_precision()
Specifies the number of significant figures to be used in the timestep.
Syntax
*timestep_precision (precision)
Application
MediaView
Inputs
- precision
 - The precision value to be used for the timesteps.
 
Context
*BeginDefaults()
*BeginVideoDefaults()
Example
*BeginVideoDefaults()
   *timestep_precision(8)
*EndVideoDefaults()