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.
Type: diagram
timeTolerance
Value to set the time tolerance of zero crossing to.
Type: string

Examples

Set a model's time tolerance for zero crossing:
model = bdeGetCurrentModel();
      bdeSetTimeToleranceZeroCrossing(model, timeTolerance)