bdeSetTimeTolerance

Takes model and timeTolerance and sets the time tolerance property.

Syntax

bdeSetTimeTolerance(model, timeTolerance)

Inputs

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

Examples

Set a model's time tolerance:
model = bdeGetCurrentModel();
      bdeSetTimeTolerance(model, timeTolerance)