bdeSetMinStepSize

Takes model and minSize and sets the minimum step size property.

Syntax

bdeSetMinStepSize(model, minSize)

Inputs

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

Examples

Set a model's minimum step size:
model = bdeGetCurrentModel();
      bdeSetMinStepSize(model, minSize)