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

Standard documentation for dyn_out:

 Get output scheme name by index.

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

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/simulator.cpp#L130-L132

.......

::

 dyn_out(int ind)

Get output scheme name by index.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/simulator.cpp#L130-L132

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

.......

::

 dyn_out()

Get simulator output scheme of simulators.

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

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

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/simulator.cpp#L122-L124

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally