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.
- errorTolerance
- Value to set the time tolerance to.
Examples
model = bdeGetCurrentModel();
bdeSetTimeTolerance(model, timeTolerance)