This function converts the point symbol enumeration as used in the Modelica_LinearSystems2 library to the enumeration used in Dymola.
function convertToDymolaMarker extends Modelica.Icons.Function; import Symbol = Modelica_LinearSystems2.Utilities.Plot.Types.PointSymbol; input Symbol symbol "Enumeration value of point symbol used in Modelica_LinearSystems2"; output MarkerStyle result "Enumeration value of point symbol used in Dymola"; end convertToDymolaMarker;