LabVIEW Control Design and Simulation Module

SIM_SolverGetMinimumStepSize (ESI Function)

  • Updated2023-03-14
  • 1 minute(s) read

SIM_SolverGetMinimumStepSize (ESI Function)

Owning Class: Solver API

Requires: Control Design and Simulation Module

Prototype

double SIM_SolverGetMinimumStepSize(SIM_Solver *solver);

Description

Returns the minimum allowable step size for the ODE solver. You can set the minimum step size on the Simulation Parameters page of the Configure Simulation Parameters dialog box.

Examples

Inputs

Name Description
solver Specifies a reference to the external ODE solver. Use this reference as an input to other ESI functions. Do not modify solver directly.

Return Value

Returns the minimum allowable step size for the ODE solver.

Examples

double minStepSize = SIM_SolverGetMinimumStepSize(solver);

Log in to get a better experience