Skip to content

Handle string output variables from Pymola

Tjerk Vreeken requested to merge handle-string-output-states into casadi3

Pymola now returns a list of strings as output variables, instead of states (containing MX symbols). To not break the internal API of RTC-Tools, we turn the strings into dummy MX symbols again.

Merge request reports