LabVIEW Control Design and Simulation Module

MethodOrder (ESI Function)

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

MethodOrder (ESI Function)

Owning Class: Callback API

Requires: Control Design and Simulation Module

Prototype

SIM_Error MethodOrder(SIM_Solver *solver, long *order);

Description

Returns the current order of the ODE solver.

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.

Outputs

Name Description
order Returns the current order of the ODE solver.

Return Value

Returns the error condition for this function.

Log in to get a better experience