bdeSetTimeToleranceZeroCrossing
Takes model and timeTolerance and sets the time tolerance of zero crossing.
Syntax
bdeSetTimeToleranceZeroCrossing(model, timeTolerance)
Inputs
- model
- Model of which the time tolerance of zero crossing is being set.
- timeTolerance
- Value to set the time tolerance of zero crossing to.
Examples
model = bdeGetCurrentModel();
bdeSetTimeToleranceZeroCrossing(model, timeTolerance)