bdeGetTimeTolerance

Takes model and returns the time tolerance.

Syntax

timeTolerance = bdeGetTimeTolerance(model)

Inputs

model
Model used to get the time tolerance from.
Type: diagram

Outputs

scale
The time tolerance of the model.
Type: string

Examples

Get the time tolerance:
model = bdeGetCurrentModel();
	  timeTolerance = bdeGetRelativeErrorTolerance(model);
timeTolerance = 0.00001