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.
Type: diagram

Outputs

timeTolerance
The time tolerance of zero crossing of the model.
Type: string

Examples

Get the time tolerance in relation to zero crossing:
model = bdeGetCurrentModel();
	  timeTolerance = bdeGetTimeToleranceZeroCrossing(model)
numConsecCross = 1
Get the time tolerance in relation to zero crossing (Doesn't exist):
model = bdeGetCurrentModel();
	  timeTolerance = bdeGetTimeToleranceZeroCrossing(model)
numConsecCross = -1