bdeSetMaxStepSize

Takes model and maxSize and sets maximum step size.

Syntax

bdeSetMaxStepSize(model, maxSize)

Inputs

model
Model of which the maximum step size is being set.
Type: diagram
maxSize
Value to set the maximum step size to.
Type: string

Examples

Set a model's maximum step size:
model = bdeGetCurrentModel();
      bdeSetMaxStepSize(model, maxSize)