bdeSetAbsoluteErrorTolerance

Takes model and errorTolerance and sets the absolute error tolerance value.

Syntax

bdeSetAbsoluteErrorTolerance(model, errorTolerance)

Inputs

model
Model of which the absolute error tolerance value is being set.
Type: diagram
errorTolerance
Value to set the absolute error tolerance to.
Type: string

Examples

Set a model's absolute error tolerance:
model = bdeGetCurrentModel();
	  bdeSetAbsoluteErrorTolerance(model, errorTolerance)