bdeGetAbsoluteErrorTolerance

Takes model and returns the absolute error tolerance.

Syntax

errorTolerance = bdeGetAbsoluteErrorTolerance(model)

Inputs

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

Outputs

scale
The absolute error tolerance of the model.
Type: string

Examples

Get the absolute error tolerance:
model = bdeGetCurrentModel();
	  errorTolerance = bdeGetAbsoluteErrorTolerance(model)
errorTolerance = 0.00001