bdeSetNumberOfConsecutiveZeroCrossing

Takes model and num and sets the number of consecutive zero crossing. Used to help see if functions get stuck on zero.

Syntax

bdeSetNumberOfConsecutiveZeroCrossing(model, num)

Inputs

model
Model of which the number of consecutive zero crossing property is being set.
Type: diagram
num
Value to set the number of consecutive zero crossing to.
Type: string

Examples

Set a model's number of consecutive zero crossing:
model = bdeGetCurrentModel();
      bdeSetNumberOfConsecutiveZeroCrossing(model, num)