bdeSetRelativeErrorTolerance

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

Syntax

bdeSetRelativeErrorTolerance(model, errorTolerance)

Inputs

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

Examples

Set a model's relative error tolerance:
model = bdeGetCurrentModel();
	  bdeSetRelativeErrorTolerance(model, errorTolerance)