LabVIEW Control Design and Simulation Module

SIM_SolverGetIsFixedStepsize (ESI Function)

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

SIM_SolverGetIsFixedStepsize (ESI Function)

Owning Class: Solver API

Requires: Control Design and Simulation Module

Prototype

long SIM_SolverGetIsFixedStepsize(SIM_Solver *solver);

Description

Indicates whether the ODE solver has a fixed step size.

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 a non-zero value if the ODE solver has a fixed step size.

Examples

long isFixedStepsize = SIM_SolverGetIsFixedStepsize(solver);

Log in to get a better experience