Skip to content
Joris Gillis edited this page Apr 4, 2023 · 1 revision

Standard documentation for dyn_in:

 [INTERNAL] 

::

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

Get simulator input scheme name by index.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/integrator.hpp#L215

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/integrator.cpp#L215-L217

.......

::

 dyn_in()

[INTERNAL] Get input scheme of simulators.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/integrator.hpp#L207

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/integrator.cpp#L207-L209

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

.......

::

 dyn_in(int ind)

[INTERNAL] Get simulator input scheme name by index.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/integrator.hpp#L215

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/integrator.cpp#L215-L217

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally