bdeSetMaxNumberOfSteps

Takes model and numSteps and sets the maximum number of steps.

Syntax

bdeSetMaxNumberOfSteps(model, numSteps)

Inputs

model
Model of which the maximum number of steps is being set.
Type: diagram
numSteps
Value to set the maximum number of steps to.
Type: string

Examples

Set a model's maximum number of steps:
model = bdeGetCurrentModel();
      bdeSetMaxNumberOfSteps(model, numSteps)