Takes one simulation results file and returns the variables stored in it.
If readParameters is true, parameter names are returned.
If openmodelicaStyle is true, the stored variable names are converted to the canonical form used by OpenModelica variables (a.der(b) becomes der(a.b), and so on).
function readSimulationResultVars input String fileName; input Boolean readParameters = true; input Boolean openmodelicaStyle = false; output String[:] vars; end readSimulationResultVars;