bdeGetTimeTolerance
Takes model and returns the time tolerance.
Syntax
timeTolerance = bdeGetTimeTolerance(model)
Inputs
- model
 - Model used to get the time tolerance from.
 
Outputs
- scale
 - The time tolerance of the model.
 
Examples
model = bdeGetCurrentModel();
	  timeTolerance = bdeGetRelativeErrorTolerance(model);
	  timeTolerance = 0.00001