Does anybody know how to load a parameter in form of a vector from an external file?
To load a scalar parameter is quite easy by using the Modelica.Utilities.Examples.readRealParameter-function.
The parameter text file could look like:
position = {110,10,80}; // position of the vehicle
v_max = 100; // maximum speed
I'm thankful for any hints
Have a nice day!
René