Skip to content
Joris Gillis edited this page Sep 16, 2022 · 1 revision

Standard documentation for simulator_in:

 Get simulator input scheme name by index.

 simulator_in() -> [str]
 simulator_in(int ind) -> str

Extra doc: https://github.com/casadi/casadi/wiki/L_x5

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/simulator.hpp#L97

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/simulator.cpp#L97-L106

.......

::

 simulator_in()

Get input scheme of simulators.

Extra doc: https://github.com/casadi/casadi/wiki/L_wx

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/simulator.hpp#L85

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/simulator.cpp#L85-L89

.............

.......

::

 simulator_in(int ind)

Get simulator input scheme name by index.

Extra doc: https://github.com/casadi/casadi/wiki/L_x5

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/simulator.hpp#L97

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/simulator.cpp#L97-L106

.............

Extra documentation

To edit, see writing tips.

Clone this wiki locally