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

Standard documentation for dyn_in:

 Get simulator input scheme name by index.

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

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/simulator.cpp#L126-L128

.......

::

 dyn_in()

Get input scheme of simulators.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/simulator.cpp#L118-L120

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

.......

::

 dyn_in(int ind)

Get simulator input scheme name by index.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/simulator.cpp#L126-L128

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally