bdeGetRelativeErrorTolerance

Takes model and returns the relative error tolerance.

Syntax

errorTolerance = bdeGetRelativeErrorTolerance(model)

Inputs

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

Outputs

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

Examples

Get the relative error tolerance:
model = bdeGetCurrentModel();
      errorTolerance = bdeGetRelativeErrorTolerance(model)
errorTolerance = 0.00001