bdeGetMinStepSize
Takes model and returns the minimum step size.
Syntax
minStep = bdeGetMinStepSize(model)
Inputs
- model
 - Model used to get the minimum step size from.
 
Outputs
- minStep
 - The minimum step size of the model.
 
Examples
model = bdeGetCurrentModel();
	  minStep = bdeGetMinStepSize(model)
	  minStep = 1
	  model = bdeGetCurrentModel();
	  minStep = bdeGetMinStepSize(model)
	  minStep = -1