bdeGetTimeToleranceZeroCrossing
Takes model and returns the time tolerance in relation to zero crossing.
Syntax
timeTolerance = bdeGetTimeToleranceZeroCrossing(model)
Inputs
- model
 - Model used to get the time tolerance of zero crossing.
 
Outputs
- timeTolerance
 - The time tolerance of zero crossing of the model.
 
Examples
model = bdeGetCurrentModel();
	  timeTolerance = bdeGetTimeToleranceZeroCrossing(model)
	  numConsecCross = 1
	  model = bdeGetCurrentModel();
	  timeTolerance = bdeGetTimeToleranceZeroCrossing(model)
	  numConsecCross = -1